diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index 9ae61f6..3f1b9bd 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -74,6 +74,7 @@ def pytest_runtest_setup(item): TestRun.plugins['opencas'] = { 'repo_dir': os.path.join(os.path.dirname(__file__), "../../.."), + 'working_dir': dut_config['working_dir'], 'already_updated': False } except Exception as e: