- ln -s $STAYRTR_BINARY netlab/common/stayrtr
- cd netlab
- sudo ./stop
- - sudo ./runtest -s v2 -m check $TEST_NAME
+ - ulimit -f 1048576 # Protect the filesystem from overflowing by log bloat
+ - sudo ./runtest -s v3 -m check $TEST_NAME
after_script:
- DIR=$(pwd)
- cd $TOOLS_DIR/netlab
- ln -s $STAYRTR_BINARY netlab/common/stayrtr
- cd netlab
- sudo ./stop
- - sudo ./runtest -s v2 -m check $TEST_NAME
+ - ulimit -f 1048576 # Protect the filesystem from overflowing by log bloat
+ - sudo ./runtest -s v3 -m check $TEST_NAME
after_script:
- DIR=$(pwd)
- cd $TOOLS_DIR/netlab