We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b60987 commit 00be519Copy full SHA for 00be519
test/run
@@ -56,6 +56,11 @@ echo "${prompt}"
56
run_test "sandbox_noinst" ./test/py/test.py --bd sandbox_noinst --build ${para} \
57
-k 'test_ofplatdata or test_handoff or test_spl'
58
59
+# Run tests which require sandbox_vpl
60
+echo "${prompt}"
61
+run_test "sandbox_vpl" ./test/py/test.py --bd sandbox_vpl --build ${para} \
62
+ -k 'vpl or test_spl'
63
+
64
if [ -z "$tools_only" ]; then
65
# Run tests for the flat-device-tree version of sandbox. This is a special
66
# build which does not enable CONFIG_OF_LIVE for the live device tree, so we can
0 commit comments