]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/avocado/machine_aspeed.py
tests/avocado: apply a band aid to aspeed-evb login
[mirror_qemu.git] / tests / avocado / machine_aspeed.py
index c54da0fd8f7d5095fa6e2220796f319ae89fa9d8..65d38f4efadc3add24bc8edc853575769dd3209b 100644 (file)
@@ -101,7 +101,9 @@ class AST2x00Machine(QemuSystemTest):
         self.wait_for_console_pattern('Starting kernel ...')
         self.wait_for_console_pattern('Booting Linux on physical CPU ' + cpu_id)
         self.wait_for_console_pattern('lease of 10.0.2.15')
+        # the line before login:
         self.wait_for_console_pattern('Aspeed EVB')
+        time.sleep(0.1)
         exec_command(self, 'root')
         time.sleep(0.1)