mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-01 06:58:56 +00:00
tests: Fix platforms.qemu tests for arm64
- Disable tests which use unsupported formats - Enable serial arm64 console for kernel+initrd test Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
b3c3267627
commit
5ef41cfc71
@ -1,6 +1,6 @@
|
|||||||
kernel:
|
kernel:
|
||||||
image: linuxkit/kernel:4.9.68
|
image: linuxkit/kernel:4.9.68
|
||||||
cmdline: "console=ttyS0"
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||||
init:
|
init:
|
||||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||||
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
|
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
||||||
# LABELS:
|
# LABELS: amd64
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that qcow2 image boots in qemu
|
# SUMMARY: Check that qcow2 image boots in qemu
|
||||||
# LABELS:
|
# LABELS: amd64
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that raw image boots in qemu
|
# SUMMARY: Check that raw image boots in qemu
|
||||||
# LABELS:
|
# LABELS: amd64
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# SUMMARY: Check that raw image boots in qemu
|
# SUMMARY: Check that raw image boots in qemu
|
||||||
# LABELS:
|
# LABELS: amd64
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user