tests: refactor asf framework code
[vpp.git] / test / test_neighbor.py
index 403e93f..7338eff 100644 (file)
@@ -2,10 +2,9 @@
 
 import unittest
 import os
 
 import unittest
 import os
-from socket import AF_INET, AF_INET6, inet_pton
 
 
-from framework import tag_fixme_vpp_workers, tag_fixme_ubuntu2204, tag_fixme_debian11
-from framework import VppTestCase, VppTestRunner
+from framework import VppTestCase
+from asfframework import VppTestRunner, tag_fixme_vpp_workers, tag_fixme_ubuntu2204
 from vpp_neighbor import VppNeighbor, find_nbr
 from vpp_ip_route import (
     VppIpRoute,
 from vpp_neighbor import VppNeighbor, find_nbr
 from vpp_ip_route import (
     VppIpRoute,
@@ -20,7 +19,6 @@ from vpp_papi import VppEnum, MACAddress
 from vpp_ip import VppIpPuntRedirect
 from vpp_sub_interface import VppDot1ADSubint
 
 from vpp_ip import VppIpPuntRedirect
 from vpp_sub_interface import VppDot1ADSubint
 
-import scapy.compat
 from scapy.packet import Raw
 from scapy.layers.l2 import Ether, ARP, Dot1Q
 from scapy.layers.inet import IP, UDP, TCP
 from scapy.packet import Raw
 from scapy.layers.l2 import Ether, ARP, Dot1Q
 from scapy.layers.inet import IP, UDP, TCP