Skip to content

Commit 9f3bdb4

Browse files
committed
tests: use simplified option for booting in-vm kernel
"None" kernel gets translated to appropriate grub variant according to virt_mode. QubesOS/qubes-issues#5212
1 parent 9498dfe commit 9f3bdb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qubes/tests/integ/grub.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_010_template_based_vm(self):
157157
'grub-xen package not installed')
158158
class TC_40_PVGrub(GrubBase):
159159
virt_mode = 'pv'
160-
kernel = 'pvgrub2'
160+
kernel = None
161161

162162
def setUp(self):
163163
if 'fedora' in self.template:
@@ -176,7 +176,7 @@ class TC_41_HVMGrub(GrubBase):
176176
'grub2-xen-pvh package not installed')
177177
class TC_42_PVHGrub(GrubBase):
178178
virt_mode = 'pvh'
179-
kernel = 'pvgrub2-pvh'
179+
kernel = None
180180

181181
def create_testcases_for_templates():
182182
yield from qubes.tests.create_testcases_for_templates('TC_40_PVGrub',

0 commit comments

Comments
 (0)