diff --git a/tests/cli/test_build_and_deploy_openstack.sh b/tests/cli/test_build_and_deploy_openstack.sh index b75af403..ad030cf7 100755 --- a/tests/cli/test_build_and_deploy_openstack.sh +++ b/tests/cli/test_build_and_deploy_openstack.sh @@ -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 diff --git a/tests/cli/test_build_and_deploy_vmware.sh b/tests/cli/test_build_and_deploy_vmware.sh index 29962ed3..d79e7fd9 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -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