diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-04-28 10:22:31 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-28 10:30:39 +0000 |
commit | 3a9bd250102dddcef9633af3c21a8d524e6b41e2 (patch) | |
tree | 2315620e8d49a600158fdf87d9de4e32482e3b00 /bootstrap-centos.sh | |
parent | 2a2d6d5d0308a6903ae8e282f74a0c1395d76bb9 (diff) |
Revert "Vhost tests"
This reverts commit 955047a8483e6c795a561ecfb7f78d01885b1aa3.
Change-Id: I7b02bb249822b59dd47035700e02fc5f122ffac9
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-centos.sh')
-rwxr-xr-x | bootstrap-centos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh index b0b9562274..6bec72060c 100755 --- a/bootstrap-centos.sh +++ b/bootstrap-centos.sh @@ -33,7 +33,7 @@ VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error" -TEST_GROUPS=("l2bd,dhcp,gre,honeycomb,l2xc,lisp,softwire" "cop,telemetry,ipsec,ipv6,rpf,tap,vrf" "fds,iacl,ipv4,policer,vlan,vxlan,vhost") +TEST_GROUPS=("l2bd,dhcp,gre,honeycomb,l2xc,lisp,softwire" "cop,telemetry,ipsec,ipv6,rpf,tap,vrf" "fds,iacl,ipv4,policer,vlan,vxlan") SUITE_PATH="tests.func" # Create tmp dir |