2016-07-03 15:40:34 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-05-19 02:09:25 +00:00
|
|
|
# Run all tests that the standard sandbox build can support
|
2016-07-03 15:40:34 +00:00
|
|
|
./test/py/test.py --bd sandbox --build
|
2017-05-19 02:09:25 +00:00
|
|
|
|
|
|
|
# Run tests which require sandbox_spl
|
|
|
|
./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py
|
|
|
|
|
|
|
|
# Run tests for the flat DT version of sandbox
|
|
|
|
./test/py/test.py --bd sandbox_flattree --build
|