diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_gtpu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gtpu.py b/test/test_gtpu.py index 9f3c090726e..23f1bd8f694 100644 --- a/test/test_gtpu.py +++ b/test/test_gtpu.py @@ -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 |