tests: fix broken test test_gtpu.py TestGtpuUDP
[vpp.git] / test / test_gtpu.py
index 9f3c090..23f1bd8 100644 (file)
@@ -17,7 +17,7 @@ class TestGtpuUDP(VppTestCase):
     """ GTPU UDP ports Test Case """
 
     def setUp(self):
-        super(TestGtpuUDP, self).tearDown()
+        super(TestGtpuUDP, self).setUp()
 
         self.dport = 2152