1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-09 17:07:33 +00:00

tests: Re-enable oom tests for mariner

Since we bumped to the 6.12.x LTS kernel, we've also adjusted the
aggressivity of the OOM test, which may be enough to allow us to
re-enable it for mariner.

Fixes: 

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2025-01-07 18:32:04 +01:00
parent f4a39e8c40
commit 53ac0f00c5

View File

@ -9,8 +9,6 @@ load "${BATS_TEST_DIRNAME}/../../common.bash"
load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
[ "${KATA_HOST_OS}" == "cbl-mariner" ] && skip "test not working see: see #8821"
pod_name="pod-oom"
get_pod_config_dir
@ -34,8 +32,6 @@ setup() {
}
teardown() {
[ "${KATA_HOST_OS}" == "cbl-mariner" ] && skip "test not working see: see #8821"
# Debugging information
kubectl describe "pod/$pod_name"
kubectl get "pod/$pod_name" -o yaml