Set working dir
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
04c346f062
commit
e4a31f51a5
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user