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:
Marek Marczykowski-Górecki 2017-12-05 03:57:30 +01:00
parent 088c255355
commit 379add52ba
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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)