]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
Add more Fedoras
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 9 Mar 2023 15:21:42 +0000 (15:21 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 3 Apr 2023 11:17:09 +0000 (12:17 +0100)
tests/avocado/avocado_qemu/__init__.py

index 7cbe3aa1ea74ca6d589efbd838fd983370aa4de4..0419e1edea03ceba6022182f8b87dd6c3a186b79 100644 (file)
@@ -229,7 +229,7 @@ def exec_command_and_wait_for_pattern(test, command,
 class QemuBaseTest(avocado.Test):
 
     # default timeout for all tests, can be overridden
-    timeout = 120
+    timeout = 240
 
     def _get_unique_tag_val(self, tag_name):
         """
@@ -512,6 +512,40 @@ class LinuxDistro:
                                    'console=ttyS0,115200n8'),
                 },
             },
+            '36': {
+                'x86_64':
+                {'checksum': ('ca9e514cc2f4a7a0188e7c68af60eb4e'
+                              '573d2e6850cc65b464697223f46b4605'),
+                 'pxeboot_url': ('https://archives.fedoraproject.org/'
+                                 'pub/archive/fedora/linux/releases/36/'
+                                 'Everything/x86_64/os/images/pxeboot/'),
+                 'kernel_hash': ('f5d8162b1e086f1a9d09d3d2c6decdbe'
+                                 'c84d7020cde4b6f32a98f21eacc8cf3b'),
+                 'initrd_hash': ('2c8a9d3f0b607f86422a0df8227106c0'
+                                 '847eb4a4f15bade77b1abbc3228533c6'),
+                 'kernel_params': ('root=UUID=737459fa-eab9-4d8f-9a14-'
+                                   'c8c32d403c08 ro rootflags=subvol=root '
+                                   'no_timer_check net.ifnames=0 '
+                                   'console=tty1 console=ttyS0,115200n8'),
+                },
+            },
+            '37': {
+                'x86_64':
+                {'checksum': ('b5b9bec91eee65489a5745f6ee620573'
+                              'b23337cbb1eb4501ce200b157a01f3a0'),
+                 'pxeboot_url': ('https://archives.fedoraproject.org/'
+                                 'pub/fedora/linux/releases/37/'
+                                 'Everything/x86_64/os/images/pxeboot/'),
+                 'kernel_hash': ('2bd5f834349313d10a9dbeb41d9f71d9'
+                                 '85f7b9c4f7e2ba750a1dd6558f082ba9'),
+                 'initrd_hash': ('8b7e91d6f14353217ed44a98802b0fef'
+                                 'b190ab1ce38a96166da87d629ab39bef'),
+                 'kernel_params': ('root=UUID=3975d5e5-e66a-44c3-90f7-'
+                                   'dc2d1c7859d1 ro rootflags=subvol=root '
+                                   'no_timer_check net.ifnames=0 '
+                                   'console=tty1 console=ttyS0,115200n8'),
+                },
+            },
         }
     }