This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / parser.yaml
1 ---
2 # Sample task config file
3 # running Parser Yang-to-Tosca module as a tool
4 # validating output against expected outcome
5
6 schema: "yardstick:task:0.1"
7
8 scenarios:
9 -
10   type: Parser
11   options:
12     yangfile: /root/yardstick/samples/yang.yaml
13     toscafile: /root/yardstick/samples/tosca.yaml
14
15   runner:
16     type: Iteration
17     iterations: 1
18     interval: 1
19
20 context:
21   type: Dummy