Skip to content

Various test improvement, especially for testing minimal templates #639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
marmarek committed Nov 30, 2024
commit 469e14779c45139da0b9b2503d5171a3a7aa26fc
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