Skip to content

Commit b0bfd18

Browse files
Fixing test failures
1 parent 4b092dc commit b0bfd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gnoi_shutdown_daemon_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def __init__(self, *a, **k): # allow construction if the code instantiates Modu
220220
self.assertTrue(status_args[status_args.index("-rpc") + 1].endswith("RebootStatus"))
221221

222222
all_logs = " | ".join(str(c) for c in mock_logger.method_calls)
223-
self.assertIn("Reboot completed successfully", all_logs)
223+
self.assertIn("Halting the services on DPU is successful for DPU0", all_logs)
224224

225225

226226
def test_shutdown_error_branch_no_ip(self):

0 commit comments

Comments
 (0)