summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMasahisa Kojima <masahisa.kojima@linaro.org>2022-04-28 11:09:36 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-03 22:39:22 +0300
commitc23bb03465c1107495b90c4b396d37a0bbe90bfc (patch)
tree31161c2fc644fdd6e05f79e996c0b7ab66399458 /test
parentb8cd1e7fc2802fb4a9f42caf5d8f8e194eb8266f (diff)
downloadu-boot-c23bb03465c1107495b90c4b396d37a0bbe90bfc.tar.xz
menu: always show the menu regardless of the number of entry
To make user aware of the menu entry selection, menu always appears regardless of the number of entry. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Adjust test/py/tests/test_bootmenu.py Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_bootmenu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/py/tests/test_bootmenu.py b/test/py/tests/test_bootmenu.py
index fb03fa417b..b4baa534aa 100644
--- a/test/py/tests/test_bootmenu.py
+++ b/test/py/tests/test_bootmenu.py
@@ -42,7 +42,5 @@ def test_bootmenu(u_boot_console):
assert 'rc:0' in response
u_boot_console.run_command('setenv bootmenu_default')
u_boot_console.run_command('setenv bootmenu_0')
- # Without bootmenu_0 no menu should be shown.
- u_boot_console.run_command('bootmenu 2')
u_boot_console.run_command('setenv bootmenu_1')
u_boot_console.run_command('setenv bootmenu_2')