From ca122ea09339e28afd32698fe1ca9c7ff158dbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 1 Oct 2024 14:01:28 +0200 Subject: [PATCH] test:case:usb: Update test documentation --- test/case/ietf_hardware/usb/Readme.adoc | 2 +- test/case/ietf_hardware/usb/test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()