diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-05-10 09:01:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-10 09:01:02 +0000 |
commit | d5f2224309dcefa2acd3bb3bb822ce9379c0ecbc (patch) | |
tree | 1820e6e44b96277be34941cc8df3bbb7ce957a16 | |
parent | 4cde90255da477f4cd942a024e44426285f0c9ca (diff) | |
parent | 7b00d64494bdd61f2ab37005de76fa5f6496d45d (diff) |
Merge "Update samples/test_suite.yaml"
-rw-r--r-- | samples/test_suite.yaml | 3 |
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" |