diff options
author | xudan <xudan16@huawei.com> | 2019-11-07 21:15:36 -0500 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-11-15 06:29:20 +0000 |
commit | b88e2328f7960d88aa979d01ad6ba6f06519b899 (patch) | |
tree | fe1f89610353a681516ab45f7b8eb28bfbda74d7 /etc/conf | |
parent | ba9ea6b6174e6aef5d4fba1ce184f2ff85b93ce2 (diff) |
Change NFVI version of Dovetail tool from 2019.0x to 2019.12
JIRA: DOVETAIL-788
Change-Id: I4b31be68f03525ffc03a2ce906909f25d863b6bb
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/cmd_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 5d41992c..63c87343 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -28,7 +28,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.2019.0x' + default: 'ovp.2019.12' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 3cf4c6f1..10b81fbb 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -8,6 +8,7 @@ ############################################################################## --- +version: '2019.12' cli_file_name: 'cmd_config.yml' result_file: 'results.json' @@ -26,7 +27,7 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.2019.0x + - ovp.2019.12 - onap.tosca.2019.04 - onap.heat.2019.04 |