mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-10 07:05:51 +00:00
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>
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.