aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/samples/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 11:51:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 15:23:07 +0100
commit76097ed108f7ac2ff8ecd69f3174bb086e0fe939 (patch)
tree4b641e2314dc7b1759d6794bd0bac43d8cc50af5 /xtesting/samples/testcases.yaml
parent0d96b05b0a8d21ce90fc7a7e1768a87fa0e3260f (diff)
Publish Dockerfile and samples
Change-Id: Ie776fea631f04bb42d8ae80bc658318d8644d0e5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/samples/testcases.yaml')
-rw-r--r--xtesting/samples/testcases.yaml66
1 files changed, 66 insertions, 0 deletions
diff --git a/xtesting/samples/testcases.yaml b/xtesting/samples/testcases.yaml
new file mode 100644
index 00000000..86b0d279
--- /dev/null
+++ b/xtesting/samples/testcases.yaml
@@ -0,0 +1,66 @@
+tiers:
+ -
+ name: samples
+ order: 1
+ ci_loop: 'daily'
+ description : ''
+ testcases:
+ -
+ case_name: first
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'first'
+ class: 'Test'
+
+ -
+ case_name: second
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'second'
+ class: 'Test'
+
+ -
+ case_name: third
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'xtesting.core.feature'
+ class: 'BashFeature'
+ args:
+ cmd: 'echo -n Hello World; exit 0'
+
+ -
+ case_name: fourth
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ dependencies:
+ installer: ''
+ scenario: ''
+ run:
+ module: 'xtesting.core.unit'
+ class: 'Suite'
+ args:
+ name: 'fourth'