vpp_papi_provider: Remove more wrapper functions.

Split this work up into pieces.
Please don't add new wrappers to vpp_papi_provider.py.

Change-Id: I0f8f2afc4cd2bba07ea70ddecea2d7319f7b2e10
Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
Ole Troan
2019-03-11 19:23:25 +01:00
committed by Paul Vinciguerra
parent 2d9b427a5b
commit a5b2eec053
36 changed files with 410 additions and 784 deletions

View File

@ -250,8 +250,9 @@ class TestMemif(VppTestCase):
dst_addr = socket.inet_pton(socket.AF_INET, self.pg0._local_ip4_subnet)
dst_addr_len = 24
next_hop_addr = socket.inet_pton(socket.AF_INET, memif.ip4_addr)
self.remote_test.vapi.ip_add_del_route(
dst_addr, dst_addr_len, next_hop_addr)
self.remote_test.vapi.ip_add_del_route(dst_address=dst_addr,
dst_address_length=dst_addr_len,
next_hop_address=next_hop_addr)
# create ICMP echo-request from local pg to remote memif
packet_num = 10