From 7e3a875c94b180ef4d9dc99a7fcc8a73c348969b Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 5 Dec 2016 10:27:09 +0100 Subject: API: Adapt make test to Python API changes. Change the test wrapper script for the updated Python API. All tests but the L2BD multi instance runs fine. That is currently skipped. I see intermittent failures when an MLD message is received before the ND NA in MPLS and IPV6 FIB tests. Change-Id: If809877c9abdf596dbb0a419ce5429552f63d212 Signed-off-by: Ole Troan --- vpp-api/python/pneum/pneum.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vpp-api/python/pneum/pneum.c') diff --git a/vpp-api/python/pneum/pneum.c b/vpp-api/python/pneum/pneum.c index 3b545530..39fdf260 100644 --- a/vpp-api/python/pneum/pneum.c +++ b/vpp-api/python/pneum/pneum.c @@ -248,3 +248,9 @@ pneum_write (char *p, int l) } return (rv); } + +uint32_t +pneum_get_msg_index (unsigned char * name) +{ + return vl_api_get_msg_index (name); +} -- cgit