Add additional Tempest API test cases into test case tempest.tc005 45/40745/2
authorxudan <xudan16@huawei.com>
Thu, 31 Aug 2017 08:48:41 +0000 (04:48 -0400)
committerxudan <xudan16@huawei.com>
Thu, 31 Aug 2017 09:07:01 +0000 (05:07 -0400)
1. According to the latest dovetail test case specification document,
   there are 5 new Tempest api test cases.
2. Add them into tempest.tc005 so they can be tested in CI.

JIRA: DOVETAIL-495

Change-Id: Ib8057d01b99472aeb91cf564d09b67407c572235
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/compliance/proposed_tests.yml
dovetail/testcase/tempest.tc005.yml

index 13fcf71..e2936b8 100644 (file)
@@ -48,8 +48,6 @@ proposed_tests:
     - dovetail.sdnvpn.tc002
     - dovetail.sdnvpn.tc004
     - dovetail.sdnvpn.tc008
-    # resiliency
-    - dovetail.resiliency.tc001
     # tempest
     - dovetail.tempest.tc001
     - dovetail.tempest.tc002
@@ -57,3 +55,5 @@ proposed_tests:
     - dovetail.tempest.tc004
     - dovetail.tempest.tc005
     - dovetail.tempest.tc006
+    # resiliency
+    - dovetail.resiliency.tc001
index 1698e09..d2be352 100644 (file)
@@ -13,3 +13,8 @@ dovetail.tempest.tc005:
   report:
     sub_testcase_list:
       - tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke]
+      - tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113]
+      - tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b]
+      - tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23]
+      - tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321]
+      - tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead]