From 354a18957eb304ed611912cd6fced2a4ff192e0e Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 14 Aug 2018 22:02:53 -0400 Subject: Rename ovp.next to be ovp.2018.08 Change-Id: I32aaee370512c3d7c8d6e1fbb6ef25aebc5d483f Signed-off-by: xudan --- docs/testing/user/userguide/cli_reference.rst | 4 +-- docs/testing/user/userguide/testing_guide.rst | 8 ++--- etc/compliance/ovp.2018.08.yaml | 44 +++++++++++++++++++++++++++ etc/compliance/ovp.next.yaml | 44 --------------------------- etc/conf/cmd_config.yml | 2 +- etc/conf/dovetail_config.yml | 2 +- 6 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 etc/compliance/ovp.2018.08.yaml delete mode 100644 etc/compliance/ovp.next.yaml diff --git a/docs/testing/user/userguide/cli_reference.rst b/docs/testing/user/userguide/cli_reference.rst index 77c80ead..e3d7192b 100644 --- a/docs/testing/user/userguide/cli_reference.rst +++ b/docs/testing/user/userguide/cli_reference.rst @@ -135,7 +135,7 @@ Dovetail List Commands .. code-block:: bash - root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.next + root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.2018.08 - mandatory functest.vping.userdata functest.vping.ssh @@ -267,7 +267,7 @@ Dovetail Run Commands root@1f230e719e44:~/dovetail/dovetail# dovetail run --testcase functest.vping.ssh --offline -r --deploy-scenario os-nosdn-ovs-ha 2017-10-12 14:57:51,278 - run - INFO - ================================================ - 2017-10-12 14:57:51,278 - run - INFO - Dovetail compliance: ovp.next! + 2017-10-12 14:57:51,278 - run - INFO - Dovetail compliance: ovp.2018.08! 2017-10-12 14:57:51,278 - run - INFO - ================================================ 2017-10-12 14:57:51,278 - run - INFO - Build tag: daily-master-b80bca76-af5d-11e7-879a-0242ac110002 2017-10-12 14:57:51,278 - run - INFO - DEPLOY_SCENARIO : os-nosdn-ovs-ha diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index 02919a77..77772449 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -575,7 +575,7 @@ for the details of the CLI. The '--testsuite' option is used to control the set of tests intended for execution at a high level. For the purposes of running the OVP test suite, the test suite name follows the following format, ``ovp...``. The latest and default test suite is -ovp.next. +ovp.2018.08. .. code-block:: bash @@ -585,10 +585,10 @@ This command is equal to .. code-block:: bash - $ dovetail run --testsuite ovp.next + $ dovetail run --testsuite ovp.2018.08 Without any additional options, the above command will attempt to execute all mandatory and -optional test cases with test suite ovp.next. +optional test cases with test suite ovp.2018.08. To restrict the breadth of the test scope, it can also be specified using options '--mandatory' or '--optional'. @@ -660,7 +660,7 @@ result file on the Test Host. $ dovetail run --offline --testcase functest.vping.userdata --report 2018-05-22 08:16:16,353 - run - INFO - ================================================ - 2018-05-22 08:16:16,353 - run - INFO - Dovetail compliance: ovp.next! + 2018-05-22 08:16:16,353 - run - INFO - Dovetail compliance: ovp.2018.08! 2018-05-22 08:16:16,353 - run - INFO - ================================================ 2018-05-22 08:16:16,353 - run - INFO - Build tag: daily-master-660de986-5d98-11e8-b635-0242ac110001 2018-05-22 08:19:31,595 - run - WARNING - There is no hosts file /home/dovetail/pre_config/hosts.yaml, may be some issues with domain name resolution. diff --git a/etc/compliance/ovp.2018.08.yaml b/etc/compliance/ovp.2018.08.yaml new file mode 100644 index 00000000..00bc51e6 --- /dev/null +++ b/etc/compliance/ovp.2018.08.yaml @@ -0,0 +1,44 @@ +--- +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_v2 + - 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.next.yaml b/etc/compliance/ovp.next.yaml deleted file mode 100644 index 41dae024..00000000 --- a/etc/compliance/ovp.next.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -ovp.next: - name: ovp.next - testcases_list: - mandatory: - - functest.vping.userdata - - functest.vping.ssh - - functest.tempest.osinterop - - functest.tempest.compute - - functest.tempest.identity_v2 - - 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 afd06425..52fad1d8 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -19,7 +19,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.next' + default: 'ovp.2018.08' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 0e17c3d5..0841e491 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -17,7 +17,7 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.next + - ovp.2018.08 - onap.1.0.0 # testarea supported, should adjust accordingly testarea_supported: -- cgit 1.2.3-korg