Merge pull request #1331 from kmajzero/test_cas_startup_negative

Fix for test_cas_startup_negative_missing_core
This commit is contained in:
Karolina Rogowska
2022-08-31 09:35:59 +02:00
committed by GitHub

View File

@@ -304,7 +304,7 @@ def test_cas_startup_negative_missing_core():
escape = EmergencyEscape() escape = EmergencyEscape()
escape.add_escape_method_command("/usr/bin/rm /etc/opencas/opencas.conf") escape.add_escape_method_command("/usr/bin/rm /etc/opencas/opencas.conf")
set_cas_service_timeout(timedelta(seconds=10), interval=timedelta(seconds=1)) set_cas_service_timeout(timedelta(seconds=10))
with TestRun.step("Reboot DUT with emergency escape armed"): with TestRun.step("Reboot DUT with emergency escape armed"):
with escape: with escape: