Use full path when pushing toml files during testing
(cherry picked from commit 8f430be2a6
)
This commit is contained in:
parent
80c18a6e63
commit
a8ff02113b
@ -59,7 +59,7 @@ name = "rng-tools"
|
||||
version = "*"
|
||||
__EOF__
|
||||
|
||||
rlRun -t -c "$CLI blueprints push http-with-rng.toml"
|
||||
rlRun -t -c "$CLI blueprints push $TMP_DIR/http-with-rng.toml"
|
||||
|
||||
UUID=`$CLI compose start http-with-rng openstack`
|
||||
rlAssertEquals "exit code should be zero" $? 0
|
||||
|
@ -83,7 +83,7 @@ name = "root"
|
||||
key = "$PUB_KEY"
|
||||
__EOF__
|
||||
|
||||
rlRun -t -c "$CLI blueprints push vmware.toml"
|
||||
rlRun -t -c "$CLI blueprints push $TMP_DIR/vmware.toml"
|
||||
|
||||
UUID=`$CLI compose start vmware vmdk`
|
||||
rlAssertEquals "exit code should be zero" $? 0
|
||||
|
Loading…
Reference in New Issue
Block a user