summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkubi <jean.gaoliang@huawei.com>2016-01-11 21:30:45 +0800
committerqi liang <liangqi1@huawei.com>2016-01-11 14:21:36 +0000
commit6c0b5d537c4933a1e71a1dd644227d9d48ff3f09 (patch)
treeb17393a5ef2916b0096d21f2c6080bf1baec1d0b /tests
parent02fe86335df21aa7c90bff1740db1444625110a1 (diff)
Test Case 040 Verify Parser Yang-to-Tosca
running Parser Yang-to-Tosca module as a tool, validating output against expected outcome. this patch is about task yaml and rst for test case description. JIRA:YARDSTICK-224 Signed-off-by: kubi <jean.gaoliang@huawei.com> Change-Id: Id254c5cf45de33b023bef889a58044a21ed0db43 Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit 45e85a7f6df63ca4ca702f519ca19e5bcbb1bc23)
Diffstat (limited to 'tests')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml
new file mode 100644
index 000000000..0a6dee656
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml
@@ -0,0 +1,22 @@
+---
+# Yardstick TC040 config file
+# Running Parser Yang-to-Tosca module as a tool, validating output against expected outcome
+
+schema: "yardstick:task:0.1"
+
+
+scenarios:
+-
+ type: Parser
+ options:
+ yangfile: /home/opnfv/repos/yardstick/samples/yang.yaml
+ toscafile: /home/opnfv/repos/yardstick//samples/tosca.yaml
+
+ runner:
+ type: Iteration
+ iterations: 1
+ interval: 1
+
+context:
+ type: Dummy
+