Set working dir

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-10-30 16:00:37 +01:00
parent 04c346f062
commit e4a31f51a5

View File

@ -74,6 +74,7 @@ def pytest_runtest_setup(item):
TestRun.plugins['opencas'] = { TestRun.plugins['opencas'] = {
'repo_dir': os.path.join(os.path.dirname(__file__), "../../.."), 'repo_dir': os.path.join(os.path.dirname(__file__), "../../.."),
'working_dir': dut_config['working_dir'],
'already_updated': False 'already_updated': False
} }
except Exception as e: except Exception as e: