support/testing/tests/fs: test OCI format
authorMatthew Weber via buildroot <buildroot@busybox.net>
Fri, 27 Aug 2021 20:54:30 +0000 (15:54 -0500)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 11 Sep 2021 12:52:41 +0000 (14:52 +0200)
commit5ec9542415c92584fe0b986feea6326375bd63b6
treeb508025b9703ed43ee819ba4e9c649323798a117
parentccda2f4bdc97d2f5a4a1efdb357ece8e5b57e10d
support/testing/tests/fs: test OCI format

This patch adds runtime testing of the OCI archive created by the
sloci scripting. It launches a containerd instance, imports, and
runs the OCI container.

The existing QEMU AARCH64 kernel config was extended to enable common
options used by a container runtime (cgroup and overlayfs).

Signed-off-by: Matthew Weber <matthew.weber@collins.com>
[Arnout: adapt file name which is arm64 now; add to DEVELOPERS]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
board/qemu/aarch64-virt/linux.config
support/testing/tests/fs/test_oci.py [new file with mode: 0644]