Use full path when pushing toml files during testing
This commit is contained in:
parent
57b4f2e8f3
commit
8f430be2a6
@ -59,7 +59,7 @@ name = "rng-tools"
|
|||||||
version = "*"
|
version = "*"
|
||||||
__EOF__
|
__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`
|
UUID=`$CLI compose start http-with-rng openstack`
|
||||||
rlAssertEquals "exit code should be zero" $? 0
|
rlAssertEquals "exit code should be zero" $? 0
|
||||||
|
@ -83,7 +83,7 @@ name = "root"
|
|||||||
key = "$PUB_KEY"
|
key = "$PUB_KEY"
|
||||||
__EOF__
|
__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`
|
UUID=`$CLI compose start vmware vmdk`
|
||||||
rlAssertEquals "exit code should be zero" $? 0
|
rlAssertEquals "exit code should be zero" $? 0
|
||||||
|
Loading…
Reference in New Issue
Block a user