diff --git a/test/case/ietf_hardware/usb/Readme.adoc b/test/case/ietf_hardware/usb/Readme.adoc index b14ebce1..8994018e 100644 --- a/test/case/ietf_hardware/usb/Readme.adoc +++ b/test/case/ietf_hardware/usb/Readme.adoc @@ -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 diff --git a/test/case/ietf_hardware/usb/test.py b/test/case/ietf_hardware/usb/test.py index 4daa9ba7..fa77de80 100755 --- a/test/case/ietf_hardware/usb/test.py +++ b/test/case/ietf_hardware/usb/test.py @@ -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()