diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vHello_Tacker.sh | 2 |
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 |