Use full path when pushing toml files during testing

This commit is contained in:
Alexander Todorov 2018-12-05 10:06:24 +02:00 committed by Alexander Todorov
parent 57b4f2e8f3
commit 8f430be2a6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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