Files
kata-containers/tests
Aurélien Bombo 6a36a10b7a ci: pin aks-preview version
The latest version is failing to install with the below error, so pin to
the last known good version.

  WARNING: No stable version of 'aks-preview' to install. Preview versions allowed.
  ERROR: The checksum of the extension does not match the expected value. Use --debug for more information.

Evidence this version fixes the issue locally:

  $ az extension list-versions --name aks-preview --output table | tail -2
  True          False           True (upgrade available)  aks-preview  True       21.0.0b8
  True          False           False                     aks-preview  True       21.0.0b9 (max compatible version)
  $ az extension add --name aks-preview --version 21.0.0b9
  No stable version of 'aks-preview' to install. Preview versions allowed.
  The checksum of the extension does not match the expected value. Use --debug for more information.
  $ az extension remove --name aks-preview
  The extension aks-preview is not installed. Please install the extension via `az extension add -n aks-preview`.
  $ az extension add --name aks-preview --version 21.0.0b8
  No stable version of 'aks-preview' to install. Preview versions allowed.
  The installed extension 'aks-preview' is in preview.
  $

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
2026-07-13 12:27:28 -05: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.