summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/prepare-functest/templates
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-02-28 18:48:25 +0000
committerFatih Degirmenci <fdegir@gmail.com>2018-02-28 18:51:01 +0000
commit3de083716e858bdb5e0f88e237afff9ff1bc37c6 (patch)
treeb6f88dc678bfc097c39a2aad90ff8db7e80a328a /xci/playbooks/roles/prepare-functest/templates
parentf7e288dec1de77be635c5024729fb97de02641ba (diff)
Be quiet while downloading images
Change-Id: I8848d5bae22a408482d51a84636d230d25ca22be Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates')
-rw-r--r--xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2
index 016df8ef..c0b9bc88 100644
--- a/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2
+++ b/xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2
@@ -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 \