Fix scenario examples for vm

The command value is wrong in the example files for vm tasks.

Change-Id: I636f8a8552c4e1ad48e6455ea87ade1a62933315
Closes-bug: #1590814
This commit is contained in:
liyingjun 2016-06-15 17:08:12 +08:00
parent 8d13116294
commit 30eadb2541
4 changed files with 8 additions and 4 deletions

@ -17,7 +17,8 @@
"use_floating_ip": true,
"force_delete": false,
"command": {
"remote_path": "samples/tasks/support/instance_dd_test.sh"
"interpreter": "/bin/sh",
"script_file": "samples/tasks/support/instance_dd_test.sh"
},
"username": "cirros"
},

@ -14,7 +14,8 @@
use_floating_ip: true
force_delete: false
command:
remote_path: "samples/tasks/support/instance_dd_test.sh"
interpreter: "/bin/sh"
script_file: "samples/tasks/support/instance_dd_test.sh"
username: "cirros"
runner:
type: "constant"

@ -12,7 +12,8 @@
"floating_network": "public",
"force_delete": false,
"command": {
"remote_path": "samples/tasks/support/instance_dd_test.sh"
"interpreter": "/bin/sh",
"script_file": "samples/tasks/support/instance_dd_test.sh"
},
"username": "cirros"
},

@ -10,7 +10,8 @@
floating_network: "public"
force_delete: false
command:
remote_path: "samples/tasks/support/instance_dd_test.sh"
interpreter: "/bin/sh"
script_file: "samples/tasks/support/instance_dd_test.sh"
username: "cirros"
runner:
type: "constant"