Merge pull request #1331 from kmajzero/test_cas_startup_negative
Fix for test_cas_startup_negative_missing_core
This commit is contained in:
commit
7e024490d9
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user