Files
kata-containers/tests
Alex Lyn fba92880c9 tests: make set_container_command idempotent and add debug output
set_container_command() previously appended command arguments
one-by-one with
'.command += [...]'. This makes the helper non-idempotent and can
lead to unexpected command arrays when invoked multiple times.

Update the helper to set the full command array in a single yq v4
expression and print the target YAML path plus the command being
applied to simplify debugging when tests fail.

Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
2026-01-12 17:56:28 +01:00
..
2025-12-04 22:50:07 +01:00
2025-12-05 11:12:04 +00:00
2025-12-16 12:55:07 +01:00
2025-03-04 09:35:46 +00:00
2025-12-05 11:12:04 +00:00
2025-12-05 11:12:04 +00:00
2025-06-12 10:46:43 +02:00
2025-09-29 09:48:32 +02:00

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.

  1. Integration tests to ensure compatibility with:
  2. Stability tests
  3. Metrics
  4. Functional

GitHub Actions

Kata Containers uses GitHub Actions in the Kata Containers repository.