X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=54d6ff7ba3a68b657e9a958dd28dedab86f9c8c5;hp=e8da341a0ff7859c85660110423cccdaba4dd1e5;hb=7cfeed26cbc486a4e6898dc7696e0bd8300b3a04;hpb=726734466b81e83983b81b75d92c27612d47e68d diff --git a/bootstrap.sh b/bootstrap.sh index e8da341a0f..54d6ff7ba3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -92,8 +92,8 @@ VIRL_SERVER_EXPECTED_STATUS="PRODUCTION" SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error" -TEST_GROUPS=("gre,ipv6,lisp,policer,rpf,softwire" "dhcp,ipsec,l2bd,l2xc,telemetry,vrf,vxlan" "cop,fds,honeycomb,iacl,ipv4,tap,vhost,vlan") -SUITE_PATH="tests.func" +TEST_GROUPS=("crypto,ip4_tunnels.softwire,ip4_tunnels.vxlan,telemetry" "ip4,ip4_tunnels.gre,ip4_tunnels.lisp,ip6_tunnels.vxlan,vm_vhost.ip4,vm_vhost.ip6" "interfaces,ip6,ip6_tunnels.lisp,l2bd,l2xc,vm_vhost.l2bd,vm_vhost.l2xc") +SUITE_PATH="tests.vpp.func" SKIP_PATCH="SKIP_PATCH" # Create tmp dir @@ -195,10 +195,6 @@ if [ "${#}" -ne "0" ]; then arr=(${@}) echo ${arr[0]} SKIP_PATCH="skip_patchORskip_vpp_patch" - # Download DPDK parts not included in dpdk plugin of vpp build - for ARTIFACT in ${DPDK_ARTIFACTS}; do - wget -q "${VPP_REPO_URL}/${ARTIFACT}/${DPDK_STABLE_VER}/${ARTIFACT}-${DPDK_STABLE_VER}${VPP_CLASSIFIER}.${PACKAGE}" || exit - done else rm -f *.${PACKAGE} for ARTIFACT in ${DPDK_ARTIFACTS}; do