Add id to test_list for tempest_custom
authorLinda Wang <wangwulin@huawei.com>
Wed, 19 Jul 2017 05:16:02 +0000 (05:16 +0000)
committerLinda Wang <wangwulin@huawei.com>
Wed, 19 Jul 2017 05:18:19 +0000 (05:18 +0000)
Tempest_custom will fail if only the test name is provided without id.

Change-Id: I170eff4215bcb09c6469072079091670aabaad5b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt

index ac4e372..df2c312 100644 (file)
@@ -1,4 +1,4 @@
 # This is an empty file to be filled up with the desired tempest test cases
 # Examples:
-#tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
-#tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
\ No newline at end of file
+#tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]
+#tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]