aboutsummaryrefslogtreecommitdiffstats
path: root/samples/test_suite.yaml
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-04-16 13:08:25 +0000
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-05-09 13:27:41 +0000
commit7b00d64494bdd61f2ab37005de76fa5f6496d45d (patch)
treea34988bae2c7ae6b3a8fb4cc1ddf1cdbd1d19a86 /samples/test_suite.yaml
parent6458b5ec9ea5bdac5b60f2edde8decefae16422f (diff)
Update samples/test_suite.yaml
The sample test suite at sample/test_suite.yaml contained incorrect syntax. It has been updated to add the "default" parameter to "task_args" when running a testcase. JIRA: YARDSTICK-1125 Change-Id: I53409168e47d969317145623df1e2c789396cc32 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'samples/test_suite.yaml')
-rw-r--r--samples/test_suite.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/test_suite.yaml b/samples/test_suite.yaml
index 9a766b06a..6f5f53b46 100644
--- a/samples/test_suite.yaml
+++ b/samples/test_suite.yaml
@@ -20,7 +20,8 @@ test_cases:
file_name: ping.yaml
-
file_name: ping-template.yaml
- task_args: '{"packetsize": "200"}'
+ task_args:
+ default: '{"packetsize": "200"}'
-
file_name: ping-template.yaml
task_args_file: "/tmp/test-args-file.json"