Skip to content

Commit ba9c06e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)