tests: refactor asf framework code
[vpp.git] / test / test_acl_plugin_macip.py
index 9543ee2..20da6dc 100644 (file)
@@ -3,8 +3,6 @@ from __future__ import print_function
 
 """ACL plugin - MACIP tests
 """
-import binascii
-import ipaddress
 import random
 from socket import inet_ntop, inet_pton, AF_INET, AF_INET6
 from struct import pack, unpack
@@ -19,7 +17,8 @@ from scapy.layers.l2 import Ether
 from scapy.layers.inet import IP, UDP
 from scapy.layers.inet6 import IPv6
 
-from framework import VppTestCase, VppTestRunner
+from framework import VppTestCase
+from asfframework import VppTestRunner
 from vpp_lo_interface import VppLoInterface
 from vpp_l2 import L2_PORT_TYPE
 from vpp_sub_interface import (
@@ -32,7 +31,6 @@ from vpp_acl import (
     AclRule,
     VppAcl,
     VppAclInterface,
-    VppEtypeWhitelist,
     VppMacipAclInterface,
     VppMacipAcl,
     MacipRule,