test:case:usb: Update test documentation

This commit is contained in:
Mattias Walström
2024-10-02 23:31:14 +02:00
parent 2341e076a8
commit ca122ea093
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ endif::topdoc[]
. Verify that all USB ports are locked
. Unlock USB ports
. Verify that all USB ports are unlocked
. Save to startup and reboot
. Save the configuration to startup configuration and reboot
. Verify USB port remain unlocked after reboot
+1 -1
View File
@@ -101,7 +101,7 @@ with infamy.Test() as test:
for port in available:
until(lambda: usb.get_usb_state(target, port) == "unlocked")
with test.step("Save to startup and reboot"):
with test.step("Save the configuration to startup configuration and reboot"):
target.startup_override()
target.copy("running", "startup")
target.reboot()