From f0c98418d21a3eba9371fc5ea77627d6e05c5de1 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 15 Jan 2024 22:58:51 +0100 Subject: [PATCH] test: add bootc-container to CAN_BOOT_TEST list --- test/scripts/imgtestlib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scripts/imgtestlib.py b/test/scripts/imgtestlib.py index 8a5139d7e5..9cafc8f546 100644 --- a/test/scripts/imgtestlib.py +++ b/test/scripts/imgtestlib.py @@ -26,6 +26,7 @@ # image types that can be boot tested CAN_BOOT_TEST = [ "ami", + "bootc-container", "ec2", "ec2-ha", "ec2-sap",