提交 c40e2893 编写于 作者: C Cong 提交者: GitHub

Merge pull request #981 from sitoliu/newbranch

qemu.tests.boot_order_check: Update boot_order_check config
......@@ -44,11 +44,11 @@
boot_fail_infos = "Booting from Hard Disk.*"
boot_fail_infos += "Boot failed: not a bootable disk.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out"
boot_fail_infos += "No more network devices"
- bootorder1:
bootorder_type = "type1"
bootorder = 'nic1 -> stg2 -> nic2 -> nic3'
......@@ -58,13 +58,13 @@
bootindex_nic2 = 3
bootindex_nic3 = 5
boot_fail_infos = "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "Booting from Hard Disk.*"
boot_fail_infos += "Boot failed: not a bootable disk.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out"
boot_fail_infos += "No more network devices"
- bootorder2:
bootorder_type = "type2"
bootorder = 'nic1 -> nic2 -> nic3 -> image1'
......@@ -74,9 +74,9 @@
bootindex_nic2 = 2
bootindex_nic3 = 3
boot_fail_infos = "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "PXE \(PCI 00:%s.0\) starting execution.*"
boot_fail_infos += "Connection timed out.*"
boot_fail_infos += "No more network devices.*"
boot_fail_infos += "Booting from Hard Disk"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册