class QemuBaseTest(avocado.Test):
# default timeout for all tests, can be overridden
- timeout = 120
+ timeout = 240
def _get_unique_tag_val(self, tag_name):
"""
'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'),
+ },
+ },
}
}