From 4a8bc369ef7c9ebd8e1ce0d4067fca5f474204a7 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 --- scripts/check-qemu-install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 41c566e6..9bce00cf 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -347,6 +347,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('') @@ -354,6 +356,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