summaryrefslogtreecommitdiffstats
path: root/test/test_gtpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gtpu.py')
-rw-r--r--test/test_gtpu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_gtpu.py b/test/test_gtpu.py
index a6d54f53357..6738b9a690b 100644
--- a/test/test_gtpu.py
+++ b/test/test_gtpu.py
@@ -38,7 +38,6 @@ class TestGtpuUDP(VppTestCase):
self.pg0.config_ip6()
def _check_udp_port_ip4(self, enabled=True):
-
pkt = (
Ether(src=self.pg0.local_mac, dst=self.pg0.remote_mac)
/ IP(src=self.pg0.remote_ip4, dst=self.pg0.local_ip4)
@@ -58,7 +57,6 @@ class TestGtpuUDP(VppTestCase):
self.ip4_err = err
def _check_udp_port_ip6(self, enabled=True):
-
pkt = (
Ether(src=self.pg0.local_mac, dst=self.pg0.remote_mac)
/ IPv6(src=self.pg0.remote_ip6, dst=self.pg0.local_ip6)