summaryrefslogtreecommitdiffstats
path: root/etc/conf
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-05-08 02:52:34 -0400
committerxudan <xudan16@huawei.com>2018-05-08 04:09:09 -0400
commit191f86a9713b857e9d3047a972fa6f8c8aca6c59 (patch)
treed2058893d25c2431867dcd8f0b3f7de26f7b9030 /etc/conf
parent7adecf3d030f97ee1d19dcbda3272f88b71dd5d1 (diff)
Improve the CLI of Dovetail tool
The CLI of dovetail tool needs some improvement. 1. Add an option '--testcase' to support specify test case. 2. Add an option '--no-clean' to keep functest/yardstick/bottlenecks containers for debugging after running the test cases. 3. Improve the local report section. a. Remove some info that is not necessary b. Make the info more clearly JIRA: DOVETAIL-588 Change-Id: Ic769a6e2788b407c3df08ccd593a0ecdaa35e5ea Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-rw-r--r--etc/conf/cmd_config.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml
index 52192acd..ae097185 100644
--- a/etc/conf/cmd_config.yml
+++ b/etc/conf/cmd_config.yml
@@ -53,7 +53,12 @@ cli:
flags:
- '--testarea'
multiple: 'True'
- help: 'compliance testarea within testsuite'
+ help: 'Compliance testarea within testsuite. Specify option multiple times to include multiple test areas.'
+ testcase:
+ flags:
+ - '--testcase'
+ multiple: 'True'
+ help: 'Compliance testcase. Specify option multiple times to include multiple test cases.'
debug:
flags:
- '--debug'
@@ -82,3 +87,9 @@ cli:
- '--no-api-validation'
is_flag: 'True'
help: 'disable strict API response validation'
+ noclean:
+ flags:
+ - '--no-clean'
+ - '-n'
+ is_flag: 'True'
+ help: 'Keep all Containers created for debuging.'