mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-14 02:53:02 +00:00
Our current set of signature tests involve setting kernel_parameters to config the image pull process, but as of https://github.com/kata-containers/kata-containers/pull/11197 this approach is not the main way to set this configuration and the agent config has been removed. Instead we should set the configuration in the `cdh.toml` part of the initdata, so add new test cases for this. In future, when we have been through the deprecation process, we should remove the old tests Signed-off-by: stevenhorsman <steven@uk.ibm.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
- Metrics
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.