X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Frun-listmaker.sh;h=78d30b5bad11e2fa38a26b9afb208bd33876664a;hb=b53a6ff84896052673a0dfc5c27d2435f5010ae3;hp=acc1447976b1cb743b7a3e28c1a9ebd21456f86e;hpb=8c465631f6029b174e6d2549e1305b5b4cb8b8de;p=csit.git diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index acc1447976..78d30b5bad 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -62,11 +62,11 @@ echo "Storing data in ${OUTPUT_DIR}/." # APT packages wanted APT_WANTLIST_INFRA="nfs-common cloud-init" -APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan" -APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake" -APT_WANTLIST_VPP="dkms bridge-utils" +APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat python-cffi" +APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" +APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedcrypto1 libmbedtls10 libmbedx509-0" APT_WANTLIST_TREX="zlib1g-dev unzip" -APT_WANTLIST_NESTED="socat qemu-system-x86" +APT_WANTLIST_NESTED="qemu-system-x86" APT_WANTLIST_JAVA="openjdk-8-jdk-headless" #Docker is currently disabled due to issues with apt repositories retrieval #APT_WANTLIST_DOCKER="docker-engine" @@ -130,9 +130,9 @@ do done echo "IP is $ip" -sleep 10 +sleep 30 -if ping -w 60 -c 2 $ip > /dev/null +if ping -w 60 -c 10 $ip > /dev/null then echo Host $ip alive else