Note: This is using expect, so if the output changed that might be
enough to stall.

child = pexpect.spawn(' '.join(cmd), encoding='UTF-8')
...
            i = child.expect(
                [
                    'Press .* or any other key to continue',
                    'BdsDxe: No bootable option or device was found.'
                ],
                    timeout=TEST_TIMEOUT,
            )


With the new builds this just seems to hang.
With the old build it enters edk2 as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2121495

Title:
  edk2 test on armhf breaks with qemu 10.1 in questing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2121495/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to