Merge pull request #551 from jestabro/default-config-choice

image-tools: T6207: update test script for prompt for boot config
This commit is contained in:
Christian Breunig 2024-04-08 07:37:19 +02:00 committed by GitHub
commit f32d9fa78b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')