From 6c0b5d537c4933a1e71a1dd644227d9d48ff3f09 Mon Sep 17 00:00:00 2001 From: kubi Date: Mon, 11 Jan 2016 21:30:45 +0800 Subject: 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 Change-Id: Id254c5cf45de33b023bef889a58044a21ed0db43 Signed-off-by: kubi (cherry picked from commit 45e85a7f6df63ca4ca702f519ca19e5bcbb1bc23) --- tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml (limited to 'tests') 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 + -- cgit 1.2.3-korg