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