File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ def __init__(self):
10011001 name = "default-dvm" ,
10021002 qapp = self ,
10031003 klass = "AppVM" ,
1004- template_for_dispvms = " True" ,
1004+ template_for_dispvms = True ,
10051005 template = "fedora-36" ,
10061006 features = {"appmenus-dispvm" : "1" },
10071007 )
@@ -1017,7 +1017,7 @@ def __init__(self):
10171017 name = "test-alt-dvm" ,
10181018 qapp = self ,
10191019 klass = "AppVM" ,
1020- template_for_dispvms = " True" ,
1020+ template_for_dispvms = True ,
10211021 template = "fedora-36" ,
10221022 features = {"appmenus-dispvm" : "1" },
10231023 )
@@ -1029,6 +1029,16 @@ def __init__(self):
10291029 template = "test-alt-dvm" ,
10301030 )
10311031
1032+ self ._qubes ["test-alt-dvm-running" ] = MockQube (
1033+ name = "test-alt-dvm-running" ,
1034+ qapp = self ,
1035+ klass = "AppVM" ,
1036+ template_for_dispvms = True ,
1037+ template = "fedora-36" ,
1038+ features = {"appmenus-dispvm" : "1" },
1039+ running = True ,
1040+ )
1041+
10321042 self ._qubes ["test-vm" ] = MockQube (
10331043 name = "test-vm" ,
10341044 qapp = self ,
You can’t perform that action at this time.
0 commit comments