From 352c4c961604104475c5c1ac96cb68c465495bb8 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 12 Oct 2023 17:37:01 +0200 Subject: [PATCH] test: fedora-testing image is no more This was replaced with a custom `TEST_SCENARIO`. --- test/verify/check-kdump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/verify/check-kdump b/test/verify/check-kdump index 70cb9d3f0527..f84c5bad73f4 100755 --- a/test/verify/check-kdump +++ b/test/verify/check-kdump @@ -85,7 +85,7 @@ class TestKdump(KdumpHelpers): def assertActive(active): b.wait_visible(".pf-v5-c-switch__input" + (active and ":checked" or ":not(:checked)")) - if m.image in ["fedora-38", "fedora-testing"]: + if m.image in ["fedora-38"]: # crashkernel command line not set b.wait_visible(".pf-v5-c-switch__input:disabled") # right now we have no memory reserved