running Parser Yang-to-Tosca module as a tool 81/5981/1
authorkubi <jean.gaoliang@huawei.com>
Tue, 29 Dec 2015 03:04:20 +0000 (11:04 +0800)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Sat, 9 Jan 2016 06:06:52 +0000 (06:06 +0000)
commit9b792a92f1f0b67159de52f8bd6b94806b35ae7b
tree840ebf964154f0c2925097a16a43ce07d60050d4
parent20edb26aff8165996bab6f644e7380260a8a0aa5
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>
(cherry picked from commit d93f6ca5bf0d4f22ec0fd90eac1bf8b9c09db820)
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]