Browse Source

tests: skip network tests on whonix-gw and whonix-ws

whonix-ws also have non-standard firewall and require specific tests for
that.
Marek Marczykowski-Górecki 6 năm trước cách đây
mục cha
commit
379add52ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      qubes/tests/integ/network.py

+ 1 - 1
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)