diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-01-11 21:30:45 +0800 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-01-11 14:18:24 +0000 |
commit | 45e85a7f6df63ca4ca702f519ca19e5bcbb1bc23 (patch) | |
tree | b17393a5ef2916b0096d21f2c6080bf1baec1d0b /tests/opnfv/test_cases | |
parent | 7766def60d167a55e4a0fbbb3d94e5bfe6241e08 (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>
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml | 22 |
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 + |