Skip to content

Commit

Permalink
tests: do not skip network tests on minimal template
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marmarek committed Nov 30, 2024
1 parent 003ccae commit e01beb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qubes/tests/integ/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ def setUp(self):
"Test not supported here - Whonix uses its own "
"firewall settings"
)
if self.template.endswith("-minimal"):
self.skipTest(
"Test not supported here - minimal template don't have "
"networking packages by default"
)
self.init_default_template(self.template)
self.testnetvm = self.app.add_new_vm(
qubes.vm.appvm.AppVM, name=self.make_vm_name("netvm1"), label="red"
Expand Down

0 comments on commit e01beb9

Please sign in to comment.