Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2477ac
)
Add domino testcase
09/29309/1
author
Ulas Kozat
<ulas.kozat@gmail.com>
Thu, 23 Feb 2017 18:58:20 +0000
(10:58 -0800)
committer
Ulas 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
patch
|
blob
|
history
diff --git
a/functest/ci/testcases.yaml
b/functest/ci/testcases.yaml
index
a2633fc
..
5f24eba
100755
(executable)
--- a/
functest/ci/testcases.yaml
+++ b/
functest/ci/testcases.yaml
@@
-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'