From da8aebf2e722f2c441a03b300de71f9143d010a3 Mon Sep 17 00:00:00 2001 From: Juraj Sloboda Date: Tue, 23 Feb 2016 15:03:13 +0100 Subject: Modify sweep ping test cases - Write separate sweep ping test cases for jumbo frames - Compute sweep ping end size from reported MTU on DUT interface - Set MTU on TG according to MTU on DUT interface - Log VPP packet traces on IPv4 and IPv6 tests failure - Remove VM_ENV tag from sweep ping test cases for jumbo frames Change-Id: I47aa7977bcff9c4366c67578aef542924a1d055b Signed-off-by: Juraj Sloboda --- bootstrap.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 893a8db3e3..37508668ff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -142,7 +142,7 @@ if [ "$?" -ne "0" ]; then exit ${retval} fi -if [[ ! "${VIRL_SID}" =~ session-[a-zA-Z0-9]{6} ]]; then +if [[ ! "${VIRL_SID}" =~ session-[a-zA-Z0-9_]{6} ]]; then echo "No VIRL session ID reported." exit 127 fi @@ -173,9 +173,8 @@ pip install -r requirements.txt PYTHONPATH=`pwd` pybot -L TRACE \ -v TOPOLOGY_PATH:topologies/enabled/topology.yaml \ - --include vm_env \ - --include 3_NODE_SINGLE_LINK_TOPO \ --exclude 3_node_double_link_topoNOT3_node_single_link_topo \ + --include VM_ENV \ --exclude PERFTEST \ --noncritical EXPECTED_FAILING \ tests/ -- cgit 1.2.3-korg