Skip to content

Commit

Permalink
q-dev: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jun 12, 2024
1 parent 8fba2be commit cd2cc2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qubes/tests/vm/qubesvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,9 @@ def test_600_libvirt_xml_hvm_pcidev(self):
# is unused
'00_00.0',
devclass='pci',
persistent=True)
attach_automatically=True,
required=True,
)
vm.devices['pci']._set.add(
assignment)
libvirt_xml = vm.create_config_file()
Expand Down

0 comments on commit cd2cc2f

Please sign in to comment.