Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 4fa0d8e

Browse files
author
Yohann Leon
committed
Test rescue before reboot
1 parent f450bb7 commit 4fa0d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def test_device_actions(self):
107107
device = self.manager.get_device("9dec7266")
108108
self.assertIsNone(device.power_off())
109109
self.assertIsNone(device.power_on())
110-
self.assertIsNone(device.reboot())
111110
self.assertIsNone(device.rescue())
111+
self.assertIsNone(device.reboot())
112112

113113
def test_update_device(self):
114114
hostname = "updated hostname"

0 commit comments

Comments
 (0)