Lines Matching +full:functional +full:- +full:system +full:- +full:fedora
1 # Functional test that boots a complete Linux system via a cloud image
3 # Copyright (c) 2018-2020 Red Hat, Inc.
9 # later. See the COPYING file in the top-level directory.
31 self.vm.add_args("-accel", "tcg")
40 self.vm.add_args("-accel", "kvm")
49 self.vm.add_args("-accel", "tcg")
58 self.vm.add_args("-accel", "kvm")
63 # Fedora OS in TCG tests is very heavyweight. There are lighter weight
78 self.vm.add_args("-accel", "kvm")
79 self.vm.add_args("-machine", "virt,gic-version=host")
80 self.vm.add_args('-bios',
81 os.path.join(BUILD_DIR, 'pc-bios',
82 'edk2-aarch64-code.fd'))
83 self.vm.add_args('-device', 'virtio-rng-pci,rng=rng0')
84 self.vm.add_args('-object', 'rng-random,id=rng0,filename=/dev/urandom')
104 self.vm.add_args("-accel", "tcg")
113 self.vm.add_args("-accel", "kvm")
114 self.vm.add_args("-machine", "cap-ccf-assist=off")
127 :avocado: tags=machine:s390-ccw-virtio
131 self.vm.add_args("-accel", "tcg")