From a3df2d524b35d24119977d08e50ccaade9d703ff 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..0d8af470cf 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",