Merge "Expand script path by os.path.expanduser"

This commit is contained in:
Jenkins 2015-08-16 09:35:35 +00:00 committed by Gerrit Code Review
commit c431a5f1ae
3 changed files with 4 additions and 4 deletions

View File

@ -656,7 +656,7 @@
size: 2
use_floatingip: true
command:
script_file: "/home/jenkins/.rally/extra/instance_dd_test.sh"
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner:
@ -679,7 +679,7 @@
name: {{image_name}}
use_floatingip: false
command:
script_file: "/home/jenkins/.rally/extra/instance_dd_test.sh"
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner:

View File

@ -296,7 +296,7 @@
floating_network: "net04_ext"
use_floatingip: true
command:
script_file: "/home/rally/.rally/extra/instance_dd_test.sh"
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner:

View File

@ -463,7 +463,7 @@
image:
name: {{image_name}}
command:
script_file: "/home/jenkins/.rally/extra/instance_dd_test.sh"
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner: