aboutsummaryrefslogtreecommitdiff
path: root/verif/runner/tosa_test_presets.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/runner/tosa_test_presets.py')
-rw-r--r--verif/runner/tosa_test_presets.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/verif/runner/tosa_test_presets.py b/verif/runner/tosa_test_presets.py
new file mode 100644
index 0000000..c45550d
--- /dev/null
+++ b/verif/runner/tosa_test_presets.py
@@ -0,0 +1,7 @@
+"""Presets file for test running."""
+# Copyright (c) 2023, ARM Limited.
+# SPDX-License-Identifier: Apache-2.0
+
+TOSA_REFCOMPLIANCE_RUNNER = "runner.tosa_refmodel_compliance_sut_run"
+TOSA_REFMODEL_RUNNER = "runner.tosa_refmodel_sut_run"
+MAX_XUNIT_TEST_MESSAGE = 1000