From: Paul Vinciguerra Date: Sun, 17 Mar 2019 15:42:58 +0000 (-0700) Subject: Tests: Trivial. Define constants once. X-Git-Tag: v19.04-rc1~199 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F18350%2F2;p=vpp.git Tests: Trivial. Define constants once. Change-Id: Iaf106962598d04708e8740e016d5c55ff35432c9 Signed-off-by: Paul Vinciguerra --- diff --git a/test/vpp_papi_provider.py b/test/vpp_papi_provider.py index 98fbb2f9723..95c22dd2104 100644 --- a/test/vpp_papi_provider.py +++ b/test/vpp_papi_provider.py @@ -15,10 +15,7 @@ from vpp_papi import VPP, mac_pton from hook import Hook from vpp_l2 import L2_PORT_TYPE - -# from vnet/vnet/mpls/mpls_types.h -MPLS_IETF_MAX_LABEL = 0xfffff -MPLS_LABEL_INVALID = MPLS_IETF_MAX_LABEL + 1 +from vpp_ip_route import MPLS_IETF_MAX_LABEL, MPLS_LABEL_INVALID class L2_VTR_OP: