Fix pseries test.
This commit is contained in:
parent
a6393224c4
commit
f25a2ba6b8
4 changed files with 9 additions and 5 deletions
|
@ -23,15 +23,15 @@ if [ "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" != powerpc-ieee1275 ]
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$(echo hello | "${grubshell}" --pseries --timeout 180 --boot=cd)" != "Hello World" ]; then
|
||||
if [ "$(echo hello | "${grubshell}" --pseries --timeout=180 --boot=cd)" != "Hello World" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$(echo hello | "${grubshell}" --pseries --timeout 180 --boot=hd)" != "Hello World" ]; then
|
||||
if [ "$(echo hello | "${grubshell}" --pseries --timeout=180 --boot=hd)" != "Hello World" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# FIXME: workaround SLOF bugs
|
||||
#if [ "$(echo hello | "${grubshell}" --pseries --timeout 180 --boot=net)" != "Hello World" ]; then
|
||||
#if [ "$(echo hello | "${grubshell}" --pseries --timeout=180 --boot=net)" != "Hello World" ]; then
|
||||
# exit 1
|
||||
#fi
|
||||
|
|
|
@ -205,7 +205,7 @@ for option in "$@"; do
|
|||
qemu=qemu-system-ppc64
|
||||
serial_port=ieee1275/hvterm
|
||||
serial_null=
|
||||
qemuopts="$qemuopts -no-reboot"
|
||||
qemuopts="$qemuopts -M pseries -no-reboot"
|
||||
trim=1
|
||||
;;
|
||||
--qemu-opts=*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue