summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/tempest_custom_testcases.yaml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-10-31 00:02:53 -0400
committerDan Xu <xudan16@huawei.com>2018-11-07 02:09:50 +0000
commita53ad2a58fc8f8375cb50333e753f0a74d238df7 (patch)
treec82ea45136d3ac6e95c8779ae7bdbea0f7ce0282 /etc/userconfig/tempest_custom_testcases.yaml
parent41392d61f366130d089bccfff5cd1b08bc0bb5d2 (diff)
Update tests based on tempest_custom
All tempest_custom test cases should be updated and defined with the new test case config yaml file. Change-Id: Iaff99fcfcef61060a8ca02819cac2763c4bdd2a0 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/userconfig/tempest_custom_testcases.yaml')
-rw-r--r--etc/userconfig/tempest_custom_testcases.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/userconfig/tempest_custom_testcases.yaml b/etc/userconfig/tempest_custom_testcases.yaml
new file mode 100644
index 00000000..5821a6ff
--- /dev/null
+++ b/etc/userconfig/tempest_custom_testcases.yaml
@@ -0,0 +1,25 @@
+---
+tiers:
+ -
+ name: smoke
+ order: 1
+ description: >-
+ Set of basic Functional tests to validate the OPNFV scenarios.
+ testcases:
+ -
+ case_name: tempest_custom
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ The test case allows running a customized list of tempest
+ test cases defined in a file under
+ <dir_functest_repo>/functest/opnfv_tests/openstack/
+ /tempest/custom_tests/test_list.txt
+ The file is empty and can be customized with the desired tests.
+ run:
+ name: tempest_common
+ args:
+ mode: 'custom'
+ option:
+ - '--concurrency=4'