Add test suite functionality to task commands
[yardstick.git] / samples / test_suite.yaml
1 ---
2 # Sample test suite file
3 # Test cases listed in the suite file should be in the tests/opnfv/test_cases directory
4 # or specified in test_cases_dir optional variable as done below
5
6 schema: "yardstick:suite:0.1"
7
8 name: "Sample test suite"
9 test_cases_dir: "samples/"
10 test_cases:
11 -
12   file_name: ping.yaml
13 -
14   file_name: ping-template.yaml
15   task_args: '{"packetsize": "200"}'
16 -
17   file_name: ping-template.yaml
18   task_args_file: "/tmp/test-args-file.json"