summaryrefslogtreecommitdiffstats
path: root/etc/conf/cmd_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/conf/cmd_config.yml')
-rw-r--r--etc/conf/cmd_config.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml
index f02c864e..63c87343 100644
--- a/etc/conf/cmd_config.yml
+++ b/etc/conf/cmd_config.yml
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
---
cli:
arguments:
@@ -19,7 +28,7 @@ cli:
testsuite:
flags:
- '--testsuite'
- default: 'ovp.2018.09'
+ default: 'ovp.2019.12'
help: 'compliance testsuite.'
testarea:
flags:
@@ -79,3 +88,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'