Delete the OVSTunnel to use the UdpTunnel instead. Just need to fix an issue with...
[nepi.git] / test / resources / linux / udptunnel.py
index fa93c3c..24ddf14 100755 (executable)
@@ -144,11 +144,11 @@ class LinuxUdpTunnelTestCase(unittest.TestCase):
 
         ec.shutdown()
 
-    def ztest_tap_udp_tunnel(self):
+    def test_tap_udp_tunnel(self):
         self.t_tap_udp_tunnel(self.user1, self.host1, self.identity,
                 self.user2, self.host2, self.identity)
 
-    def test_tun_udp_tunnel(self):
+    def ztest_tun_udp_tunnel(self):
         self.t_tun_udp_tunnel(self.user1, self.host1, self.identity,
                 self.user2, self.host2, self.identity)