tests: skip network tests on whonix-gw and whonix-ws
whonix-ws also have non-standard firewall and require specific tests for that.
This commit is contained in:
parent
088c255355
commit
379add52ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user