From 6dbc1a9452d6c8451f759b7be73ac3986f6f4fd4 Mon Sep 17 00:00:00 2001 From: Panagiotis Karalis Date: Fri, 29 Jun 2018 16:14:22 +0300 Subject: Enable OVP tests to run on a DPDK-enabled system DPDK-enabled NFVIs require support for hugepages which in turn is configured by means of extra_specs in flavors. Currently, Functest enables hugepage support if the name of the scenario contains the substring "ovs". Dovetail allows end users to run all tests on DPDK-enabled systems and the documentation has been updates accordingly. JIRA: DOVETAIL-665 Change-Id: If4898da168f8b4c69a045ef3b00b8a8862f29b0c Signed-off-by: Panagiotis Karalis --- etc/conf/cmd_config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/conf/cmd_config.yml') diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 05456583..3bfce46e 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -93,3 +93,7 @@ cli: - '-n' is_flag: 'True' help: 'Keep all Containers created for debuging.' + deployscenario: + flags: + - '--deploy-scenario' + help: 'Specify the DEPLOY_SCENARIO which will be used as input by each testcase respectively' -- cgit 1.2.3-korg