mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
tools: Add YAML file for running LTP
LTP does need disk access, so this needs to be added once it is supported again. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
7362202478
commit
76a02c15fc
17
tools/test-ltp/test-ltp.yaml
Normal file
17
tools/test-ltp/test-ltp.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
kernel:
|
||||
image: "mobylinux/kernel-4.9.x-moby:c752c32911815b1cbdd580f10553767e934dc0fa"
|
||||
cmdline: "console=ttyS0"
|
||||
init: "mobylinux/init:2f1b5c1be1157cb17e5b1e6dee171dccdebb5277"
|
||||
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
|
||||
# The initrd is too large for a pre-allocated EFI ISO
|
||||
# - format: iso-efi
|
Loading…
Reference in New Issue
Block a user