diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index fac874546d..91ddb97ab2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -103,7 +103,7 @@ 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=("ip4_tunnels,l2bd" "ip4,ip6_tunnels,l2xc") +TEST_GROUPS=("ip4_tunnels,ip6_tunnels,l2xc") SUITE_PATH="tests.vpp.func" SKIP_PATCH="SKIP_PATCH" |