aboutsummaryrefslogtreecommitdiffstats
path: root/func/fetchimg.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/fetchimg.py')
-rw-r--r--func/fetchimg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/fetchimg.py b/func/fetchimg.py
index 106dc7e8..1c621a3b 100644
--- a/func/fetchimg.py
+++ b/func/fetchimg.py
@@ -22,7 +22,7 @@ class FetchImg:
def download(self):
time.sleep(2)
os.system(
- 'cd ./Temp_Img && wget http://artifacts.opnfv.org/qtip/QTIP_CentOS.qcow2')
+ 'mkdir -p Temp_Img && wget http://artifacts.opnfv.org/qtip/QTIP_CentOS.qcow2 -P Temp_Img')
filepath = './Temp_Img/QTIP_CentOS.qcow2'
while not os.path.isfile(filepath):