diff --git a/test/functional/test-framework b/test/functional/test-framework index 6f9e024..e475f45 160000 --- a/test/functional/test-framework +++ b/test/functional/test-framework @@ -1 +1 @@ -Subproject commit 6f9e0248aa46ecbb51227d5618bcb48fa536fbd9 +Subproject commit e475f4518508927ec415ad57d899efdf7c585117 diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index fd930b8..044c3e6 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -53,6 +53,7 @@ def pytest_runtest_setup(item): dut_config['plugins_dir'] = os.path.join(os.path.dirname(__file__), "../lib") dut_config['opt_plugins'] = {"test_wrapper": {}, "serial_log": {}, "power_control": {}} + dut_config['extra_logs'] = {"cas": "/var/log/opencas.log"} try: TestRun.prepare(item, dut_config)