From 37083ff53419ecdef34b08c1d2b62291b9677111 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 7 Apr 2024 22:41:42 -0500 Subject: image-tools: T6207: update test script for prompt for boot config (cherry picked from commit 4a8bc369ef7c9ebd8e1ce0d4067fca5f474204a7) --- scripts/check-qemu-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 086eeab2..f461d589 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -321,6 +321,8 @@ try: c.sendline('y') c.expect('\nInstallation will delete all data on both drives. Continue?.*') c.sendline('y') + c.expect('\nWhich file would you like as boot config?.*') + c.sendline('') else: c.expect('\nWhich one should be used for installation?.*') c.sendline('') @@ -328,6 +330,8 @@ try: c.sendline('y') c.expect('\nWould you like to use all the free space on the drive?.*') c.sendline('y') + c.expect('\nWhich file would you like as boot config?.*') + c.sendline('') log.info('system installed, shutting down') -- cgit v1.2.3