aboutsummaryrefslogtreecommitdiff
path: root/verif/tests/tosa_mock_sut_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tests/tosa_mock_sut_run.py')
-rw-r--r--verif/tests/tosa_mock_sut_run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/verif/tests/tosa_mock_sut_run.py b/verif/tests/tosa_mock_sut_run.py
index 9572618..295ee92 100644
--- a/verif/tests/tosa_mock_sut_run.py
+++ b/verif/tests/tosa_mock_sut_run.py
@@ -1,5 +1,5 @@
"""TOSA test runner module for a mock System Under Test (SUT)."""
-# Copyright (c) 2021, ARM Limited.
+# Copyright (c) 2021-2023, ARM Limited.
# SPDX-License-Identifier: Apache-2.0
import os
@@ -33,7 +33,7 @@ class TosaSUTRunner(TosaTestRunner):
print(f"MOCK SUT: Runner argument dictionary: {sutArgs}")
# Useful meta data and arguments
- tosaFlatbufferSchema = self.args.operator_fbs
+ tosaFlatbufferSchema = str(self.args.schema_path)
tosaSubgraphFile = self.testDesc["tosa_file"]
tosaTestDirectory = self.testDir
tosaTestDescFile = self.descFile