aboutsummaryrefslogtreecommitdiff
path: root/verif/runner/tosa_test_presets.py
blob: c45550d47542b87a460b92467085ebd069110799 (plain)
1
2
3
4
5
6
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