summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/userconfig/testcases.yaml')
-rw-r--r--etc/userconfig/testcases.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml
new file mode 100644
index 00000000..440807bb
--- /dev/null
+++ b/etc/userconfig/testcases.yaml
@@ -0,0 +1,35 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+tiers:
+ -
+ name: smoke
+ order: 1
+ ci_loop: '(daily)|(weekly)'
+ 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.
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'functest.opnfv_tests.openstack.tempest.tempest'
+ class: 'TempestCustom'