tests: Add support for getting corefile patterns on FreeBSD
[vpp.git] / test / test_srv6_un.py
index 22a3c48..a5651f5 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/env python3
 
 from framework import VppTestCase
-from ipaddress import IPv4Address
 from ipaddress import IPv6Address
 from scapy.contrib.gtp import *
 from scapy.all import *
@@ -35,7 +34,6 @@ class TestSRv6uSIDSRH(VppTestCase):
             raise
 
     def create_packets(self, inner):
-
         ip6_dst = IPv6Address(str(self.ip6_dst))
 
         ip6_src = IPv6Address(str(self.ip6_src))
@@ -116,7 +114,6 @@ class TestSRv6uSID(VppTestCase):
             raise
 
     def create_packets(self, inner):
-
         ip6_dst = IPv6Address(str(self.ip6_dst))
 
         ip6_src = IPv6Address(str(self.ip6_src))
@@ -191,7 +188,6 @@ class TestSRv6uSIDFlexSRH(VppTestCase):
             raise
 
     def create_packets(self, inner):
-
         ip6_dst = IPv6Address(str(self.ip6_dst))
 
         ip6_src = IPv6Address(str(self.ip6_src))
@@ -272,7 +268,6 @@ class TestSRv6uSIDFlex(VppTestCase):
             raise
 
     def create_packets(self, inner):
-
         ip6_dst = IPv6Address(str(self.ip6_dst))
 
         ip6_src = IPv6Address(str(self.ip6_src))