Files
kata-containers/tests
marvelshan 85e4fb9505 ci: simplify blockfile setup and remove fc required tests
Address review feedback from PR #13149:

- Replace `dd` with `truncate -s 512M` for the blockfile to create
  a sparse image instead of writing 500MB of zeros
- Remove `_configure_fc_shared_fs` function and its call, as the
  Firecracker configuration should already have `shared_fs = "none"`;
  if it doesn't, that's a separate bug to fix
- Remove `recreate_scratch = true` from blockfile_tomlq_filter,
  as the scratch file is created beforehand and doesn't need
  recreation
- Remove all fc-related entries from required-tests.yaml; new tests
  should run for a few days after merge before being marked required

Signed-off-by: marvelshan <reborn7875@gmail.com>
2026-06-08 09:15:44 +02:00
..
2026-06-04 08:49:17 +01:00
2026-06-03 09:56:54 +01: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. Functional

GitHub Actions

Kata Containers uses GitHub Actions in the Kata Containers repository.