Skip to content

Commit c3207d3

Browse files
committed
tests: allow audiovm access is_preload property
Similar to QubesOS/qubes-mgmt-salt-dom0-virtual-machines#86
1 parent 87e0722 commit c3207d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qubes/tests/integ/audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def create_audio_vm(self, backend, start=True):
122122
admin.vm.property.Get +xid {vm} @tag:audiovm-{vm} allow target=dom0
123123
admin.vm.property.Get +stubdom_xid {vm} @tag:audiovm-{vm} allow target=dom0
124124
admin.vm.property.Get +virt_mode {vm} @tag:audiovm-{vm} allow target=dom0
125+
admin.vm.property.Get +is_preload {vm} @tag:audiovm-{vm} allow target=dom0
125126
admin.vm.feature.CheckWithTemplate +audio {vm} @tag:audiovm-{vm} allow target=dom0
126127
admin.vm.feature.CheckWithTemplate +audio-model {vm} @tag:audiovm-{vm} allow target=dom0
127128
""".format(

0 commit comments

Comments
 (0)