test: upgrade: Add adaptions needed for yangerd

This commit is contained in:
Mattias Walström
2026-06-17 11:54:25 +02:00
parent 5a99a4d022
commit 0800bc5e94
+1 -1
View File
@@ -141,7 +141,7 @@ with infamy.Test() as test:
with test.step("Verify boot order has changed and reboot"):
print(get_boot_order(target))
print(old_bootorder)
assert(old_bootorder != get_boot_order(target))
until(lambda: get_boot_order(target) != old_bootorder)
target.reboot()
if not wait_boot(target, env):