mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-25 22:49:59 +00:00
Set the non-confidential NVIDIA runtime-rs emptyDir mode to block-plain through a dedicated Makefile default. This prepares the runtime class for configurations where filesystem sharing is disabled and emptyDir volumes need to be backed by guest-mounted block devices instead of shared-fs. Also add the shared configure_nvidia_runtime_rs_shared_fs_dropin() test helper, which keeps the NVIDIA runtime-rs Docker/nerdctl smoke tests on virtio-fs while the shared_fs=none + EROFS snapshotter path is exercised by Kubernetes CI. Signed-off-by: Manuel Huber <manuelh@nvidia.com> Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: OpenAI Codex <codex@openai.com>
Kata Containers Tests
This directory contains various types of tests for testing the Kata Containers repository.
Test Content
We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.
- Integration tests to ensure compatibility with:
- Stability tests
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.