Skip to content

Commit

Permalink
Set TEST_RUN_DATA_PATH for test-framework base tests
Browse files Browse the repository at this point in the history
Signed-off-by: Katarzyna Treder <[email protected]>
  • Loading branch information
Katarzyna Treder committed Feb 26, 2025
1 parent cb50633 commit edcb601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class TestRun:
plugin_manager = None
duts = None
disks = None
TEST_RUN_DATA_PATH = None

@classmethod
@contextmanager
Expand Down
1 change: 1 addition & 0 deletions core/test_run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from test_utils.dut import Dut

TestRun = core.test_run.TestRun
TestRun.TEST_RUN_DATA_PATH = "/tmp/test_data"


@classmethod
Expand Down

0 comments on commit edcb601

Please sign in to comment.