Merge "Expand script path by os.path.expanduser"
This commit is contained in:
commit
c431a5f1ae
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user