Skip to content

Commit 16691c9

Browse files
committed
Arm backend: Move TOSA unittests to 1.0
Run the TOSA 1.0 unit tests by default. Signed-off-by: Per Åstrand <[email protected]> Change-Id: Ia6ebc6ef3c110142a60dc959dbb47f3441dad0cb
1 parent 3ad9419 commit 16691c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def pytest_configure(config):
4444
if getattr(config.option, "fast_fvp", False):
4545
pytest._test_options["fast_fvp"] = config.option.fast_fvp # type: ignore[attr-defined]
4646

47-
pytest._test_options["tosa_version"] = "0.80" # type: ignore[attr-defined]
47+
pytest._test_options["tosa_version"] = "1.0" # type: ignore[attr-defined]
4848
if config.option.arm_run_tosa_version:
4949
pytest._test_options["tosa_version"] = config.option.arm_run_tosa_version
5050

0 commit comments

Comments
 (0)