running Parser Yang-to-Tosca module as a tool 39/5339/7
authorkubi <jean.gaoliang@huawei.com>
Tue, 29 Dec 2015 03:04:20 +0000 (11:04 +0800)
committerkubi <jean.gaoliang@huawei.com>
Sat, 9 Jan 2016 05:10:02 +0000 (13:10 +0800)
commitd93f6ca5bf0d4f22ec0fd90eac1bf8b9c09db820
tree840ebf964154f0c2925097a16a43ce07d60050d4
parent45b1cc64209dec07475e5263469328231c524aa7
running Parser Yang-to-Tosca module as a tool

with jnon and fatih's help, new docker image has been uploaded
so this part is about parser verify
validating output against expected outcome.

Change-Id: If50d241a5338888f14fd11a752dc72678e0c569b
JIRA:YARDSTICK-224
Signed-off-by: kubi <jean.gaoliang@huawei.com>
12 files changed:
README.rst
samples/parser.yaml [new file with mode: 0644]
samples/tosca.yaml [new file with mode: 0644]
samples/yang.yaml [new file with mode: 0644]
setup.py
tests/unit/benchmark/scenarios/parser/__init__.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/parser/test_parser.py [new file with mode: 0644]
yardstick/benchmark/scenarios/parser/__init__.py [new file with mode: 0644]
yardstick/benchmark/scenarios/parser/parser.py [new file with mode: 0644]
yardstick/benchmark/scenarios/parser/parser.sh [new file with mode: 0755]
yardstick/benchmark/scenarios/parser/parser_setup.sh [new file with mode: 0755]
yardstick/benchmark/scenarios/parser/parser_teardown.sh [new file with mode: 0755]