From b65bbbc31c1a36e9981761712aea8ff17c8bc9de Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 12 Sep 2018 22:53:39 -0400 Subject: Update code base and docs to 2018.09 The official name of the next release is going to be 2018.09. We need to rename all occurrences of 2018.08 in the code base, the documentation, and the web portal. JIRA: DOVETAIL-740 Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022 Signed-off-by: xudan --- etc/compliance/ovp.2018.08.yaml | 43 ----------------------------------------- etc/compliance/ovp.2018.09.yaml | 43 +++++++++++++++++++++++++++++++++++++++++ etc/conf/cmd_config.yml | 2 +- etc/conf/dovetail_config.yml | 2 +- 4 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 etc/compliance/ovp.2018.08.yaml create mode 100644 etc/compliance/ovp.2018.09.yaml (limited to 'etc') diff --git a/etc/compliance/ovp.2018.08.yaml b/etc/compliance/ovp.2018.08.yaml deleted file mode 100644 index 2775d41e..00000000 --- a/etc/compliance/ovp.2018.08.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -ovp.2018.08: - name: ovp.2018.08 - 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.bgpvpn.subnet_connectivity - - functest.bgpvpn.tenant_separation - - functest.bgpvpn.router_association - - functest.bgpvpn.router_association_floating_ip - - yardstick.ha.neutron_l3_agent - - yardstick.ha.controller_restart - - functest.vnf.vims - - functest.vnf.vepc - - functest.snaps.smoke diff --git a/etc/compliance/ovp.2018.09.yaml b/etc/compliance/ovp.2018.09.yaml new file mode 100644 index 00000000..764398e9 --- /dev/null +++ b/etc/compliance/ovp.2018.09.yaml @@ -0,0 +1,43 @@ +--- +ovp.2018.09: + name: ovp.2018.09 + 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.bgpvpn.subnet_connectivity + - functest.bgpvpn.tenant_separation + - functest.bgpvpn.router_association + - functest.bgpvpn.router_association_floating_ip + - yardstick.ha.neutron_l3_agent + - yardstick.ha.controller_restart + - functest.vnf.vims + - functest.vnf.vepc + - functest.snaps.smoke diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 52fad1d8..f02c864e 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -19,7 +19,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.2018.08' + default: 'ovp.2018.09' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 0841e491..ca36fe55 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -17,7 +17,7 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.2018.08 + - ovp.2018.09 - onap.1.0.0 # testarea supported, should adjust accordingly testarea_supported: -- cgit 1.2.3-korg