Skip to content

Commit e01beb9

Browse files
committed
tests: do not skip network tests on minimal template
Plain minimial template wont work, but this allows testing if minimal + just networking packages installed. Specifically, this tests if installing qubes-core-agent-networking is enough to get networking working with minimal template.
1 parent 003ccae commit e01beb9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

qubes/tests/integ/network.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ def setUp(self):
7272
"Test not supported here - Whonix uses its own "
7373
"firewall settings"
7474
)
75-
if self.template.endswith("-minimal"):
76-
self.skipTest(
77-
"Test not supported here - minimal template don't have "
78-
"networking packages by default"
79-
)
8075
self.init_default_template(self.template)
8176
self.testnetvm = self.app.add_new_vm(
8277
qubes.vm.appvm.AppVM, name=self.make_vm_name("netvm1"), label="red"

0 commit comments

Comments
 (0)