[docs] Updated baremetal instalation instructions
[yardstick.git] / samples / parser.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # Sample task config file
11 # running Parser Yang-to-Tosca module as a tool
12 # validating output against expected outcome
13
14 schema: "yardstick:task:0.1"
15
16 scenarios:
17 -
18   type: Parser
19   options:
20     yangfile: /root/yardstick/samples/yang.yaml
21     toscafile: /root/yardstick/samples/tosca.yaml
22
23   runner:
24     type: Iteration
25     iterations: 1
26     interval: 1
27
28 context:
29   type: Dummy
30   name: Dummy