diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-28 18:48:25 +0000 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-02-28 18:51:01 +0000 |
commit | 3de083716e858bdb5e0f88e237afff9ff1bc37c6 (patch) | |
tree | b6f88dc678bfc097c39a2aad90ff8db7e80a328a /xci/playbooks | |
parent | f7e288dec1de77be635c5024729fb97de02641ba (diff) |
Be quiet while downloading images
Change-Id: I8848d5bae22a408482d51a84636d230d25ca22be
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 | 2 |
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 \ |