tests docs: update python3 venv packages
[vpp.git] / test / test_gtpu.py
index a6d54f5..6738b9a 100644 (file)
@@ -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)