-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The problem you're addressing (if any)
OSFV has troubles with navigating the setup menu upwards via serial console. It would require remembering the whole setup menu layout and detecting the current location at any time. For that reason the way used to return to the main setup menu screen is rebooting the platform.
Describe the solution you'd like
Create a shortcut for returning back to the main setup menu screen. It should discard any unsaved changes and opened menus. The WHOLE menu should be printed, not only the updated part, so that it can be parsed in whole.
Create a shortcut that refreshes the whole screen in serial console.
Where is the value to a user, and who might that user be?
Easier navigation in the setup menu by OSFV. Faster test execution in tests that traverse it a lot. Creating tests that travel the setup menu more easily
Describe alternatives you've considered
rebooting, which takes some time
Additional context
No response