add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / test_suite.yaml
1 ##############################################################################
2 # Copyright (c) 2017 kristian.hunt@gmail.com 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 test suite file
11 # Test cases listed in the suite file should be in the tests/opnfv/test_cases directory
12 # or specified in test_cases_dir optional variable as done below
13
14 schema: "yardstick:suite:0.1"
15
16 name: "Sample test suite"
17 test_cases_dir: "samples/"
18 test_cases:
19 -
20   file_name: ping.yaml
21 -
22   file_name: ping-template.yaml
23   task_args:
24     default: '{"packetsize": "200"}'
25 -
26   file_name: ping-template.yaml
27   task_args_file: "/tmp/test-args-file.json"