5 [ $? -ne 0 ] && result=$((result+1))
10 # Run all tests that the standard sandbox build can support
11 run_test ./test/py/test.py --bd sandbox --build
13 # Run tests which require sandbox_spl
14 run_test ./test/py/test.py --bd sandbox_spl --build -k \
15 test/py/tests/test_ofplatdata.py
17 # Run tests for the flat DT version of sandbox
18 ./test/py/test.py --bd sandbox_flattree --build
20 if [ $result == 0 ]; then