diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf/cmd_config.yml | 13 |
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.' |