diff options
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/cmd_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 18 |
2 files changed, 7 insertions, 13 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index ae097185..05456583 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -47,7 +47,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.1.0.0' + default: 'ovp.next' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index d8da5559..9202234a 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -33,26 +33,20 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.1.0.0 + - ovp.next - onap.1.0.0 # testarea supported, should adjust accordingly testarea_supported: - - osinterop - - example - ha - - ipv6 + - healthcheck + - onap - sdnvpn - - vping + - security + - snaps - stress - tempest - - optional - - mandatory - - full - - smoke - - healthcheck - vnf - - lifecycle - - security + - vping functest_testsuite: - refstack_defcore |