tests: test/vpp_l2.py fix missing name.
[vpp.git] / test / test_ip4_irb.py
index ef3dc1c..0894515 100644 (file)
@@ -32,7 +32,7 @@ from scapy.layers.inet import IP, UDP
 
 from framework import VppTestCase, VppTestRunner
 from vpp_papi import MACAddress
-from vpp_papi_provider import L2_PORT_TYPE
+from vpp_l2 import L2_PORT_TYPE
 
 
 class TestIpIrb(VppTestCase):