mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
CI: Run VPL tests
Add tests for VPL into the mix. For now this just runs the help test and a few SPL ones. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5f195140a9
commit
a31eff3015
@ -245,6 +245,9 @@ stages:
|
|||||||
sandbox_spl:
|
sandbox_spl:
|
||||||
TEST_PY_BD: "sandbox_spl"
|
TEST_PY_BD: "sandbox_spl"
|
||||||
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
||||||
|
sandbox_vpl:
|
||||||
|
TEST_PY_BD: "sandbox_vpl"
|
||||||
|
TEST_PY_TEST_SPEC: "test_vpl_help or test_spl"
|
||||||
sandbox_noinst:
|
sandbox_noinst:
|
||||||
TEST_PY_BD: "sandbox_noinst"
|
TEST_PY_BD: "sandbox_noinst"
|
||||||
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
||||||
|
@ -260,6 +260,12 @@ sandbox_noinst_test.py:
|
|||||||
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
||||||
<<: *buildman_and_testpy_dfn
|
<<: *buildman_and_testpy_dfn
|
||||||
|
|
||||||
|
sandbox_vpl test.py:
|
||||||
|
variables:
|
||||||
|
TEST_PY_BD: "sandbox_vpl"
|
||||||
|
TEST_PY_TEST_SPEC: "test_vpl_help or test_spl"
|
||||||
|
<<: *buildman_and_testpy_dfn
|
||||||
|
|
||||||
evb-ast2500 test.py:
|
evb-ast2500 test.py:
|
||||||
variables:
|
variables:
|
||||||
TEST_PY_BD: "evb-ast2500"
|
TEST_PY_BD: "evb-ast2500"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user