TC042 bug fix
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc040.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
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC040 config file;
14     Running Parser Yang-to-Tosca module as a tool, validating output against expected outcome.
15
16
17 scenarios:
18 -
19   type: Parser
20   options:
21     yangfile:  /home/opnfv/repos/yardstick/samples/yang.yaml
22     toscafile: /home/opnfv/repos/yardstick//samples/tosca.yaml
23
24   runner:
25     type: Iteration
26     iterations: 1
27     interval: 1
28
29 context:
30   type: Dummy
31