summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-09-13 13:54:44 -0700
committerblsaws <bryan.sullivan@att.com>2016-09-13 13:54:44 -0700
commit2cd06c9bff01b6a9d8755132b8c7798ff1f72053 (patch)
tree9b08ddb1ef47ac66f80876851da356e569550e80
parent38f51451ed34b3c7aaf9e7a609616a47bdf51d69 (diff)
Fix location of downloaded image
JIRA: MODELS-23 Change-Id: Ie5e135318d2ecc69c16bc304e1919371dc8ec21d Signed-off-by: blsaws <bryan.sullivan@att.com>
-rw-r--r--tests/vHello_Tacker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vHello_Tacker.sh b/tests/vHello_Tacker.sh
index 1955723..6541aa2 100644
--- a/tests/vHello_Tacker.sh
+++ b/tests/vHello_Tacker.sh
@@ -112,7 +112,7 @@ function setup () {
#EOF
# Using pre-key-injected image for now, vHello.pem as provided in the blueprint
- if [ ! -f xenial-server-cloudimg-amd64-disk1.img ]; then
+ if [ ! -f /tmp/xenial-server-cloudimg-amd64-disk1.img ]; then
wget -O /tmp/xenial-server-cloudimg-amd64-disk1.img http://bkaj.net/opnfv/xenial-server-cloudimg-amd64-disk1.img
fi
cp blueprints/tosca-vnfd-hello-world-tacker/vHello.pem /tmp/tacker