Files
kata-containers/tests
Fabiano Fidêncio 1b798da56c tests: drop unused Trustee postgresql dependency in KBS deploy
CI doesn't yet enable bundled Postgres for the Trustee Helm chart, but
Helm still tried to pull the Bitnami subchart from Docker Hub OCI during
dependency build, hitting unauthenticated rate limits on shared runners.

Once we switch to using Postgres in the tests, we will need to drop this
workaround and revisit this issue.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-07-15 08:21:24 +02:00
..
2026-07-09 13:40: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.