From 379add52ba7d517b75018a9629716303874b55ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 5 Dec 2017 03:57:30 +0100 Subject: [PATCH] tests: skip network tests on whonix-gw and whonix-ws whonix-ws also have non-standard firewall and require specific tests for that. --- qubes/tests/integ/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/tests/integ/network.py b/qubes/tests/integ/network.py index 553e95bd..e5ad32ce 100644 --- a/qubes/tests/integ/network.py +++ b/qubes/tests/integ/network.py @@ -57,7 +57,7 @@ class VmNetworkingMixin(object): def setUp(self): super(VmNetworkingMixin, self).setUp() - if self.template.startswith('whonix-gw'): + if self.template.startswith('whonix-'): self.skipTest("Test not supported here - Whonix uses its own " "firewall settings") self.init_default_template(self.template)