mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 19:23:02 +02:00
test:case:usb: Update test documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user