test: upgrade: Add adaptions needed for yangerd

This commit is contained in:
Mattias Walström
2026-06-10 12:11:14 +02:00
parent 702e17c6e0
commit 2bee078c76
+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):