aboutsummaryrefslogtreecommitdiff
path: root/verif/tests/tosa_dummy_sut_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tests/tosa_dummy_sut_run.py')
-rw-r--r--verif/tests/tosa_dummy_sut_run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/verif/tests/tosa_dummy_sut_run.py b/verif/tests/tosa_dummy_sut_run.py
index fffcfa1..344aa2d 100644
--- a/verif/tests/tosa_dummy_sut_run.py
+++ b/verif/tests/tosa_dummy_sut_run.py
@@ -7,9 +7,9 @@ from runner.tosa_test_runner import TosaTestRunner
class TosaSUTRunner(TosaTestRunner):
"""TOSA dummy SUT runner."""
- def __init__(self, args, runnerArgs, testDir):
+ def __init__(self, args, runnerArgs, testDirPath):
"""Initialize using the given test details."""
- super().__init__(args, runnerArgs, testDir)
+ super().__init__(args, runnerArgs, testDirPath)
def runTestGraph(self):
"""Nothing run as this is a dummy SUT that does nothing."""