diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf/cmd_config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index f02c864e..1ea2d0a2 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -79,3 +79,8 @@ cli: - '--optional' is_flag: 'True' help: 'Run all optional test cases.' + opnfvci: + flags: + - '--opnfv-ci' + is_flag: 'True' + help: 'Only enabled when running with OPNFV CI jobs and pushing results to TestAPI DB' |