diff --git a/testing/heavyvm/images.py b/testing/heavyvm/images.py index b854fa7..126930f 100644 --- a/testing/heavyvm/images.py +++ b/testing/heavyvm/images.py @@ -41,7 +41,7 @@ def ks_name(self) -> str: 7, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL9/u5/x86_64/OracleLinux-R9-U5-x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el9.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el9.x86_64.rpm"], ), # OL8: UEK 6-7 ImageInfo( @@ -50,7 +50,7 @@ def ks_name(self) -> str: 7, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/x86_64/OracleLinux-R8-U10-x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el8.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el8.x86_64.rpm"], ), ImageInfo( 8, @@ -58,7 +58,7 @@ def ks_name(self) -> str: 6, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/x86_64/OracleLinux-R8-U10-x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el8.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el8.x86_64.rpm"], ), # OL7: UEK 4-6 ImageInfo( @@ -67,7 +67,7 @@ def ks_name(self) -> str: 6, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el7.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el7.x86_64.rpm"], ), ImageInfo( 7, @@ -75,7 +75,7 @@ def ks_name(self) -> str: 5, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el7.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el7.x86_64.rpm"], ), ImageInfo( 7, @@ -83,7 +83,7 @@ def ks_name(self) -> str: 4, "x86_64", "https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa - ["drgn-0.0.29-1.0.1.el7.x86_64.rpm"], + ["drgn-0.0.30-1.0.1.el7.x86_64.rpm"], ), ] NAME_TO_CONFIGURATION = {i.name: i for i in CONFIGURATIONS}