From b7658201d958231ac7f5aeda6184d918893d2914 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 17 May 2019 09:48:15 -0400 Subject: Tests: Refactor. Remove copies of enums. Use the enums provided from the api definitions instead. Change-Id: I43b7591df920c984e439efc4b3ec3c4121c539d8 Signed-off-by: Paul Vinciguerra --- test/vpp_papi_provider.py | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'test/vpp_papi_provider.py') diff --git a/test/vpp_papi_provider.py b/test/vpp_papi_provider.py index ad6d6bcf574..8084a7ffd8d 100644 --- a/test/vpp_papi_provider.py +++ b/test/vpp_papi_provider.py @@ -15,24 +15,6 @@ from hook import Hook from vpp_ip_route import MPLS_IETF_MAX_LABEL, MPLS_LABEL_INVALID -class QOS_SOURCE: - EXT = 0 - VLAN = 1 - MPLS = 2 - IP = 3 - - -class SYSLOG_SEVERITY: - EMERG = 0 - ALERT = 1 - CRIT = 2 - ERR = 3 - WARN = 4 - NOTICE = 5 - INFO = 6 - DBG = 7 - - # # Dictionary keyed on message name to override default values for # named parameters -- cgit 1.2.3-korg