diff options
author | Matej Klotton <mklotton@cisco.com> | 2017-03-20 09:38:02 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-04-25 15:38:29 +0000 |
commit | 0fc813b1694a6ae70b759e7ca96741f21f81b051 (patch) | |
tree | 43ad70df6c030ad3e4b178f36a5147e848c3facf /bootstrap-ubuntu.sh | |
parent | f496b8dd088f9ba89710b8b6f8d0fb380740458f (diff) |
Vhost tests
Change-Id: I03722afe13722941e084bc01161f7c2af30e3cb1
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'bootstrap-ubuntu.sh')
-rwxr-xr-x | bootstrap-ubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-ubuntu.sh b/bootstrap-ubuntu.sh index dfd20a45cd..3e130f83f9 100755 --- a/bootstrap-ubuntu.sh +++ b/bootstrap-ubuntu.sh @@ -35,7 +35,7 @@ VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_UBUNTU) 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") +TEST_GROUPS=("l2bd,dhcp,gre,honeycomb,l2xc,lisp,softwire" "cop,telemetry,ipsec,ipv6,rpf,tap,vrf" "fds,iacl,ipv4,policer,vlan,vxlan,vhost") SUITE_PATH="tests.func" # Create tmp dir |