diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-30 15:10:11 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-31 11:14:15 +0200 |
commit | 081eaf19163fdaeb1e0038240a2e74007527c98c (patch) | |
tree | 4f786ee56c2ee049502af3f68abd19355d13d791 /etc/compliance | |
parent | cccef0172c0c026e63cd4df3e7f377daaafbc509 (diff) |
Renaming test cases to include test framework names
Replacing the generic "dovetail" prefix of the testcase definitions with
the name of the OPNFV test framework which hosts the test.
JIRA: DOVETAIL-719
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Change-Id: I8f90423b8908197bdc7adddf82c61ff394893f52
Diffstat (limited to 'etc/compliance')
-rw-r--r-- | etc/compliance/debug.yml | 2 | ||||
-rw-r--r-- | etc/compliance/healthcheck.yml | 6 | ||||
-rw-r--r-- | etc/compliance/onap.1.0.0.yml | 2 | ||||
-rw-r--r-- | etc/compliance/ovp.next.yaml | 76 |
4 files changed, 43 insertions, 43 deletions
diff --git a/etc/compliance/debug.yml b/etc/compliance/debug.yml index 84aad837..e74cff25 100644 --- a/etc/compliance/debug.yml +++ b/etc/compliance/debug.yml @@ -7,4 +7,4 @@ debug: name: debug testcases_list: optional: - - dovetail.vping.userdata + - functest.vping.userdata diff --git a/etc/compliance/healthcheck.yml b/etc/compliance/healthcheck.yml index 1db46990..01b670d0 100644 --- a/etc/compliance/healthcheck.yml +++ b/etc/compliance/healthcheck.yml @@ -5,6 +5,6 @@ healthcheck: name: healthcheck testcases_list: optional: - - dovetail.healthcheck.snaps_health_check - - dovetail.healthcheck.connection_check - - dovetail.healthcheck.api_check + - functest.healthcheck.snaps_health_check + - functest.healthcheck.connection_check + - functest.healthcheck.api_check diff --git a/etc/compliance/onap.1.0.0.yml b/etc/compliance/onap.1.0.0.yml index 43492ab1..e9e805c4 100644 --- a/etc/compliance/onap.1.0.0.yml +++ b/etc/compliance/onap.1.0.0.yml @@ -3,4 +3,4 @@ onap.1.0.0: name: onap.1.0.0 testcases_list: optional: - - dovetail.lifecycle.tc001 + - onap.lifecycle.tc001 diff --git a/etc/compliance/ovp.next.yaml b/etc/compliance/ovp.next.yaml index 7693b921..41dae024 100644 --- a/etc/compliance/ovp.next.yaml +++ b/etc/compliance/ovp.next.yaml @@ -3,42 +3,42 @@ ovp.next: name: ovp.next testcases_list: mandatory: - - dovetail.vping.userdata - - dovetail.vping.ssh - - dovetail.tempest.osinterop - - dovetail.tempest.compute - - dovetail.tempest.identity_v2 - - dovetail.tempest.identity_v3 - - dovetail.tempest.image - - dovetail.tempest.network_api - - dovetail.tempest.volume - - dovetail.tempest.neutron_trunk_ports - - dovetail.tempest.ipv6_api - - dovetail.security.patrole - - dovetail.ha.nova_api - - dovetail.ha.neutron_server - - dovetail.ha.keystone - - dovetail.ha.glance_api - - dovetail.ha.cinder_api - - dovetail.ha.cpu_load - - dovetail.ha.disk_load - - dovetail.ha.haproxy - - dovetail.ha.rabbitmq - - dovetail.ha.database - - dovetail.stress.ping + - 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: - - dovetail.tempest.ipv6_scenario - - dovetail.tempest.multi_node_scheduling - - dovetail.tempest.network_security - - dovetail.tempest.vm_lifecycle - - dovetail.tempest.network_scenario - - dovetail.tempest.bgpvpn - - dovetail.sdnvpn.subnet_connectivity - - dovetail.sdnvpn.tenant_separation - - dovetail.sdnvpn.router_association - - dovetail.sdnvpn.router_association_floating_ip - - dovetail.ha.neutron_l3_agent - - dovetail.ha.controller_restart - - dovetail.vnf.vims - - dovetail.vnf.vepc - - dovetail.snaps.smoke + - 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 |