From e4a31f51a5db5ffcfa19e58ccd67492aa8c716b4 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 30 Oct 2019 16:00:37 +0100 Subject: [PATCH] Set working dir Signed-off-by: Robert Baldyga --- test/functional/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) 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: