From c0a93143412b4be7bba087bf633855aeeaee7c56 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 5 Sep 2018 15:42:26 -0700 Subject: GBP Endpoint Updates - common types on the API - endpoints keyed in various ways for DP lookup - conparison functions for VPP IP address types Change-Id: If7ec0bbc5cea71fd0983fe78987d147ec1bd7ec8 Signed-off-by: Neale Ranns --- test/test_abf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_abf.py') diff --git a/test/test_abf.py b/test/test_abf.py index ce53e53fc98..fb30fc3018c 100644 --- a/test/test_abf.py +++ b/test/test_abf.py @@ -2,7 +2,8 @@ from framework import VppTestCase, VppTestRunner from vpp_udp_encap import * -from vpp_ip_route import VppIpRoute, VppRoutePath, VppIpTable, DpoProto +from vpp_ip import DpoProto +from vpp_ip_route import VppIpRoute, VppRoutePath, VppIpTable from scapy.packet import Raw from scapy.layers.l2 import Ether, ARP -- cgit 1.2.3-korg