mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
This commit updates the non-TEE tests to disable two specific test cases: `k8s-number-cpus.bats` and `k8s-sandbox-vcpus-allocation.bats`. These tests are designed to cover CPU elasticity/dynamic scaling capabilities. In the non-TEE scenario, we are enforcing the disabling of this capability by setting the default configuration to `static_sandbox_resource_mgmt=true`. Although the tests currently pass, allowing them to run is logically inconsistent with the intended non-TEE configuration. Therefore, we are disabling them for all non-TEE runtimes, specifically targeting: - `qemu-coco-dev` - `qemu-coco-dev-runtime-rs` This change ensures that our non-TEE CI accurately reflects the static resource management policy and prevents misleading test results. Signed-off-by: Alex Lyn <alex.lyn@antgroup.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.