From a8ff02113b87f71e130619c7aa37e3b6ba632dc5 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 5 Dec 2018 10:06:24 +0200 Subject: [PATCH] Use full path when pushing toml files during testing (cherry picked from commit 8f430be2a678bdc74241c5ce1d379721646ae9d7) --- tests/cli/test_build_and_deploy_openstack.sh | 2 +- tests/cli/test_build_and_deploy_vmware.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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