X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdisk-image-builder%2Fubuntu%2Frun-listmaker.sh;h=8fcf04cfb6ed521ede5fc734d36a79fae8dec264;hb=620774fdc9a0fa2703fcaa8e18915d65cb2b1ed3;hp=7f5311ed230e4d393187c4c6d4195734ec7ccdca;hpb=d38fc2895fba1fe04d7f8c0d41373ffe42c14fab;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 7f5311ed23..8fcf04cfb6 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,9 +62,14 @@ 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 socat" +APT_WANTLIST_CSIT="python python-minimal python-dev python-pip python-virtualenv + python2.7 python2.7-minimal git strongswan socat python-cffi python3-cffi + python3 python3-cffi python3-cffi-backend python3-ply python3-pycparser + python-cffi-backend" APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" -APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedtls10 libmbedx509-0" +APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedtls10 libmbedx509-0 + libpython2.7-minimal libpython-stdlib libpython2.7-stdlib libc6 + python-pycparser python-ply libssl1.0" APT_WANTLIST_TREX="zlib1g-dev unzip" APT_WANTLIST_NESTED="qemu-system-x86" APT_WANTLIST_JAVA="openjdk-8-jdk-headless" @@ -130,9 +135,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