tests: Enable serial_log plugin
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
4acc7fb328
commit
5756edac1b
@ -47,7 +47,7 @@ def pytest_runtest_setup(item):
|
||||
raise Exception("You need to specify DUT config. See the example_dut_config.py file.")
|
||||
|
||||
dut_config['plugins_dir'] = os.path.join(os.path.dirname(__file__), "../lib")
|
||||
dut_config['opt_plugins'] = {"test_wrapper": {}}
|
||||
dut_config['opt_plugins'] = {"test_wrapper": {}, "serial_log": {}}
|
||||
|
||||
try:
|
||||
TestRun.prepare(item, dut_config)
|
||||
|
Loading…
Reference in New Issue
Block a user