Update samples/test_suite.yaml 21/55821/3
authorEmma Foley <emma.l.foley@intel.com>
Mon, 16 Apr 2018 13:08:25 +0000 (13:08 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 9 May 2018 13:27:41 +0000 (13:27 +0000)
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>
samples/test_suite.yaml

index 9a766b0..6f5f53b 100644 (file)
@@ -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"