Files
kata-containers/tests
Amulyam24 587aad3a28 tests: fix k8s-hostpath-volume on ppc64le
The test k8s-hostpath-volume has been failing on ppc64le since last week
at
```
not ok 1 /dev hostPath volume bind mounts the guest device and skips virtio-fs in 17936ms
```

The container creation succeeds but the issue is with positioning of the fstype field in the command output
on ppc64le and the fix atlers it to make sure it passes on all archs.

Sample output:
```
kubectl exec hostpath-kmsg -- sh -c "grep /dev/kmsg /proc/self/mountinfo"
86 81 0:6 /kmsg /dev/kmsg rw,nosuid,relatime - devtmpfs dev rw,size=998976k,nr_inodes=15609,mode=755
```

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
2026-07-27 11:56:02 +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.