From b88e2328f7960d88aa979d01ad6ba6f06519b899 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 7 Nov 2019 21:15:36 -0500 Subject: Change NFVI version of Dovetail tool from 2019.0x to 2019.12 JIRA: DOVETAIL-788 Change-Id: I4b31be68f03525ffc03a2ce906909f25d863b6bb Signed-off-by: xudan --- dovetail/api/swagger.yaml | 4 ++-- etc/compliance/ovp.2019.0x.yaml | 49 ----------------------------------------- etc/compliance/ovp.2019.12.yaml | 49 +++++++++++++++++++++++++++++++++++++++++ etc/conf/cmd_config.yml | 2 +- etc/conf/dovetail_config.yml | 3 ++- 5 files changed, 54 insertions(+), 53 deletions(-) delete mode 100644 etc/compliance/ovp.2019.0x.yaml create mode 100644 etc/compliance/ovp.2019.12.yaml diff --git a/dovetail/api/swagger.yaml b/dovetail/api/swagger.yaml index 98291d2b..54695d7e 100644 --- a/dovetail/api/swagger.yaml +++ b/dovetail/api/swagger.yaml @@ -265,7 +265,7 @@ definitions: - "yardstick.ha.rabbitmq" testsuite: type: "string" - example: "ovp.2019.0x" + example: "ovp.2019.12" testarea: type: "array" items: @@ -333,7 +333,7 @@ definitions: example: "functest.vping.ssh" testSuiteName: type: "string" - example: "ovp.2019.0x" + example: "ovp.2019.12" timestart: type: "string" format: "date-time" diff --git a/etc/compliance/ovp.2019.0x.yaml b/etc/compliance/ovp.2019.0x.yaml deleted file mode 100644 index c0d9fe29..00000000 --- a/etc/compliance/ovp.2019.0x.yaml +++ /dev/null @@ -1,49 +0,0 @@ -############################################################################## -# 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 -############################################################################## - ---- -ovp.2019.0x: - name: ovp.2019.0x - version: '2019.0x' - testcases_list: - mandatory: - - functest.vping.userdata - - functest.vping.ssh - - functest.tempest.osinterop - - functest.tempest.compute - - functest.tempest.identity_v3 - - functest.tempest.image - - functest.tempest.network_api - - functest.tempest.volume - - functest.tempest.neutron_trunk_ports - - functest.tempest.ipv6_api - - functest.security.patrole - - yardstick.ha.nova_api - - yardstick.ha.neutron_server - - yardstick.ha.keystone - - yardstick.ha.glance_api - - yardstick.ha.cinder_api - - yardstick.ha.cpu_load - - yardstick.ha.disk_load - - yardstick.ha.haproxy - - yardstick.ha.rabbitmq - - yardstick.ha.database - - bottlenecks.stress.ping - optional: - - functest.tempest.ipv6_scenario - - functest.tempest.multi_node_scheduling - - functest.tempest.network_security - - functest.tempest.vm_lifecycle - - functest.tempest.network_scenario - - functest.tempest.bgpvpn - - functest.security.patrole_vxlan_dependent - - yardstick.ha.neutron_l3_agent - - yardstick.ha.controller_restart - - functest.vnf.vims - - functest.vnf.vepc diff --git a/etc/compliance/ovp.2019.12.yaml b/etc/compliance/ovp.2019.12.yaml new file mode 100644 index 00000000..a1f7a50b --- /dev/null +++ b/etc/compliance/ovp.2019.12.yaml @@ -0,0 +1,49 @@ +############################################################################## +# 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 +############################################################################## + +--- +ovp.2019.12: + name: ovp.2019.12 + version: '2019.12' + testcases_list: + mandatory: + - functest.vping.userdata + - functest.vping.ssh + - functest.tempest.osinterop + - functest.tempest.compute + - functest.tempest.identity_v3 + - functest.tempest.image + - functest.tempest.network_api + - functest.tempest.volume + - functest.tempest.neutron_trunk_ports + - functest.tempest.ipv6_api + - functest.security.patrole + - yardstick.ha.nova_api + - yardstick.ha.neutron_server + - yardstick.ha.keystone + - yardstick.ha.glance_api + - yardstick.ha.cinder_api + - yardstick.ha.cpu_load + - yardstick.ha.disk_load + - yardstick.ha.haproxy + - yardstick.ha.rabbitmq + - yardstick.ha.database + - bottlenecks.stress.ping + optional: + - functest.tempest.ipv6_scenario + - functest.tempest.multi_node_scheduling + - functest.tempest.network_security + - functest.tempest.vm_lifecycle + - functest.tempest.network_scenario + - functest.tempest.bgpvpn + - functest.security.patrole_vxlan_dependent + - yardstick.ha.neutron_l3_agent + - yardstick.ha.controller_restart + - functest.vnf.vims + - functest.vnf.vepc 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 -- cgit 1.2.3-korg