|
@@ -1304,26 +1304,6 @@ def test_aarch64_raspi3_atf(self):
|
|
|
self.vm.launch()
|
|
|
self.wait_for_console_pattern('version UEFI Firmware v1.15')
|
|
|
|
|
|
- def test_s390x_s390_ccw_virtio(self):
|
|
|
- """
|
|
|
- :avocado: tags=arch:s390x
|
|
|
- :avocado: tags=machine:s390-ccw-virtio
|
|
|
- """
|
|
|
- kernel_url = ('https://archives.fedoraproject.org/pub/archive'
|
|
|
- '/fedora-secondary/releases/29/Everything/s390x/os/images'
|
|
|
- '/kernel.img')
|
|
|
- kernel_hash = 'e8e8439103ef8053418ef062644ffd46a7919313'
|
|
|
- kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
|
|
|
-
|
|
|
- self.vm.set_console()
|
|
|
- kernel_command_line = self.KERNEL_COMMON_COMMAND_LINE + 'console=sclp0'
|
|
|
- self.vm.add_args('-nodefaults',
|
|
|
- '-kernel', kernel_path,
|
|
|
- '-append', kernel_command_line)
|
|
|
- self.vm.launch()
|
|
|
- console_pattern = 'Kernel command line: %s' % kernel_command_line
|
|
|
- self.wait_for_console_pattern(console_pattern)
|
|
|
-
|
|
|
def test_alpha_clipper(self):
|
|
|
"""
|
|
|
:avocado: tags=arch:alpha
|