Remove former samples/testcases.yaml 99/61599/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 30 Aug 2018 12:47:37 +0000 (14:47 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 30 Aug 2018 14:36:08 +0000 (16:36 +0200)
Change-Id: I1487c73ae4c6e2801c7952689c8d9fe49613db95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 33e32256a96715bab141c61da5e5adaa7ef3a9b9)

xtesting/samples/testcases.yaml [deleted file]

diff --git a/xtesting/samples/testcases.yaml b/xtesting/samples/testcases.yaml
deleted file mode 100644 (file)
index 86b0d27..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-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'