Files
linuxkit/test/ltp/test-ltp.yaml
Rolf Neugebauer bc67e30127 test: Create a EFI bootable ISO for LTP
Previously, this was disabled because the fixed sized FAT
partition was too small. With d8d6a85 the FAT partition is
dynamically sized and the ISO can be build.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-22 15:16:07 +00:00

17 lines
396 B
YAML

kernel:
image: "mobylinux/kernel:4.9.x"
cmdline: "console=ttyS0"
init: "mobylinux/init:1402058c0f90adf2b12fcfb8332b334c7e9c5d8c"
system:
- name: ltp
image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870"
network_mode: host
pid: host
capabilities:
- CAP_SYS_ADMIN
files:
outputs:
- format: kernel+initrd
- format: iso-bios
- format: iso-efi