diff options
Diffstat (limited to 'etc/conf/cmd_config.yml')
-rw-r--r-- | etc/conf/cmd_config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index f02c864e..ca00075f 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -69,6 +69,10 @@ cli: flags: - '--deploy-scenario' help: 'Specify the DEPLOY_SCENARIO which will be used as input by each testcase respectively' + ramnum: + flags: + - '--ram-num' + help: "Specify the RAM_NUM if it's DPDK scenario. The default value is 512 if not set." mandatory: flags: - '--mandatory' |