Skip to content

Commit

Permalink
virt_autotest: add ppc64le image to osd SL Micro6 Virt
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxuguang committed Sep 13, 2024
1 parent f059221 commit d0ee508
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
12 changes: 12 additions & 0 deletions schedule/virt_autotest/slem_ppc_slem_installation_virt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: slem_installation_virt
description: >
Maintainer: [email protected], [email protected]
Since HMC backend does not support PowerVM, we have to use FULL QEMU emulated environment without KVM for SL Micro6.1 Default ppc64le image
schedule:
- microos/disk_boot
- transactional/host_config
- console/suseconnect_scc
- qemu/info
- qemu/qemu
- console/journal_check
- shutdown/shutdown
12 changes: 12 additions & 0 deletions schedule/virt_autotest/slem_ppc_slem_virtualization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: slem_virtualization
description: >
Maintainer: [email protected], [email protected]
Since HMC backend does not support PowerVM, we have to use FULL QEMU emulated without KVM for SL Micro6.1 Default ppc64le image
schedule:
- microos/disk_boot
- transactional/host_config
- console/suseconnect_scc
- qemu/info
- qemu/qemu
- console/journal_check
- shutdown/shutdown
3 changes: 2 additions & 1 deletion tests/qemu/qemu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ sub run {
}
elsif (is_ppc64le) {
is_qemu_preinstalled or install_qemu('qemu-ppc');
enter_cmd "qemu-system-ppc64 -nographic";
record_soft_failure('workaround for bsc#1230042 - [SLM6.1][PPC64LE] Fail to start QEMU - qemu-system-ppc64');
enter_cmd "qemu-system-ppc64 -vga none -nographic";
assert_screen ['qemu-open-firmware-ready', 'qemu-ppc64-no-trans-mem'], 60;
if (match_has_tag 'qemu-ppc64-no-trans-mem') {
# this should only happen on SLE12SP5
Expand Down

0 comments on commit d0ee508

Please sign in to comment.