Be quiet while downloading images 57/52857/3
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 18:48:25 +0000 (18:48 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 18:51:01 +0000 (18:51 +0000)
Change-Id: I8848d5bae22a408482d51a84636d230d25ca22be
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2

index 016df8e..c0b9bc8 100644 (file)
@@ -12,7 +12,7 @@ openstack --insecure subnet create --network {{ external_network }} \
   --no-dhcp {{ subnet_name }}
 
 mkdir ~/results/
-mkdir ~/images && cd ~/images && wget http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img && cd ~
+mkdir ~/images && cd ~/images && wget -q http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img && cd ~
 
 sudo docker run --env-file env \
     -v $(pwd)/openrc:/home/opnfv/functest/conf/env_file  \