mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-30 14:10:57 +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:
|
||||
image: linuxkit/kernel:4.9.68
|
||||
cmdline: "console=ttyS0"
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:9250948d0de494df8a811edb3242b4584057cfe4
|
||||
- linuxkit/runc:abc3f292653e64a2fd488e9675ace19a55ec7023
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that legacy BIOS ISO boots in qemu
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that qcow2 image boots in qemu
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that raw image boots in qemu
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# SUMMARY: Check that raw image boots in qemu
|
||||
# LABELS:
|
||||
# LABELS: amd64
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user