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:
Rolf Neugebauer 2017-12-11 15:20:45 +00:00
parent b3c3267627
commit 5ef41cfc71
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that legacy BIOS ISO boots in qemu
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that qcow2 image boots in qemu
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that raw image boots in qemu
# LABELS:
# LABELS: amd64
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# SUMMARY: Check that raw image boots in qemu
# LABELS:
# LABELS: amd64
set -e