Add domino testcase 09/29309/1
authorUlas Kozat <ulas.kozat@gmail.com>
Thu, 23 Feb 2017 18:58:20 +0000 (10:58 -0800)
committerUlas Kozat <ulas.kozat@gmail.com>
Thu, 23 Feb 2017 18:58:28 +0000 (10:58 -0800)
Change-Id: I177820638c7b050764c5354cd7ed22a7ccf3acbc
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
functest/ci/testcases.yaml

index a2633fc..5f24eba 100755 (executable)
@@ -324,6 +324,18 @@ tiers:
                 run:
                     module: 'functest.opnfv_tests.vnf.rnc.parser'
                     class: 'Parser'
+            -
+                name: domino
+                criteria: 'status == "PASS"'
+                blocking: false
+                description: >-
+                    Test suite from Domino project.
+                dependencies:
+                    installer: ''
+                    scenario: ''
+                run:
+                    module: 'functest.opnfv_tests.features.domino'
+                    class: 'Domino'
             -
                 name: orchestra
                 criteria: 'ret == 0'