summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-05-16 22:44:17 -0400
committerGeorg Kunz <georg.kunz@ericsson.com>2018-05-18 06:27:21 +0000
commit5ccacfe4bc9ce4383ee3ef84f64fa620eae0d20f (patch)
treecab59e1fe892a4f8b539a9d2dd4cf39fbd7de993 /etc
parent1f427c7b74bec80deade3be3457fe3c4c16f75b5 (diff)
Got an exception when test suite is empty
1. Return empty test case list when test suite is empty. 2. Don't quite understand why comment out all proposed_tests. 3. Move stress ping test case at the end of the list, because it may broken the message queue. Change-Id: Ib717fc91e3763be03f243f82e53679462ecdae04 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/compliance/proposed_tests.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/compliance/proposed_tests.yml b/etc/compliance/proposed_tests.yml
index 5a64bc3e..1e3d1127 100644
--- a/etc/compliance/proposed_tests.yml
+++ b/etc/compliance/proposed_tests.yml
@@ -3,14 +3,14 @@ proposed_tests:
name: proposed_tests
testcases_list:
# proposed test cases for 2nd release
- # smoke
+ # tempest
- dovetail.tempest.compute
- dovetail.tempest.identity_v2
- dovetail.tempest.identity_v3
- dovetail.tempest.image
- dovetail.tempest.network
- - dovetail.tempest.orchestration
- dovetail.tempest.volume
+ - dovetail.tempest.neutron_trunk_ports
# HA
- dovetail.ha.controller_restart
- dovetail.ha.rabbitmq
@@ -18,11 +18,11 @@ proposed_tests:
- dovetail.ha.database
# vnf
- dovetail.vnf.vims
- # stress
- - dovetail.stress.ping
+ # security
+ - dovetail.security.patrole
# sdnvpn
- dovetail.tempest.bgpvpn
- # patrole
- - dovetail.security.patrole
- # Neutron trunk port Tempest tests
- - dovetail.tempest.neutron_trunk_ports
+ # snaps
+ - dovetail.snaps.smoke
+ # stress
+ - dovetail.stress.ping