diff options
| author | Simon Glass <[email protected]> | 2025-03-15 14:25:51 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-03 11:41:55 -0600 |
| commit | 9a04b9a4392fc0ee49596bb63b7706beb29034de (patch) | |
| tree | 131054c4d03042f01da2af2477c64b153cdac396 /test/py/pytest.ini | |
| parent | 4c6774c6068add5a768dbcb1fa6bc284500bed0f (diff) | |
test/py: Allow tests to be filtered by role
Some test can only be run by a particular board in a lab, e.g. because
they are loaded with an OS image used by the test. Add a way to specify
this in tests.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/py/pytest.ini')
| -rw-r--r-- | test/py/pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/pytest.ini b/test/py/pytest.ini index 26d83f83e00..361be0178ee 100644 --- a/test/py/pytest.ini +++ b/test/py/pytest.ini @@ -12,3 +12,4 @@ markers = requiredtool: U-Boot: Required host tools for a test. slow: U-Boot: Specific test will run slowly. singlethread: Cannot run in parallel + role: U-Boot: Indicates the lab 'role' which can execute this test |
