test framework: Fix wrapper functions to match API message names. 10/18010/1
authorOle Troan <ot@cisco.com>
Mon, 4 Mar 2019 22:55:43 +0000 (23:55 +0100)
committerOle Troan <ot@cisco.com>
Mon, 4 Mar 2019 22:55:43 +0000 (23:55 +0100)
commite1ade684eb5a7e5743abfda47488165452cc5b64
tree63b4e3ccc361904b42e0020bfc16b4d110cd0095
parentfd06084a9e86c5f67c4b1dc37e78a95a9bacf2a4
test framework: Fix wrapper functions to match API message names.

In preparation to remove the wrappers in vpp_papi_provider.py, ensure
names used in tests match the actual API message names.

Change-Id: I230ca4eb75aa727ff68d702e085a2edbbc6b6d19
Signed-off-by: Ole Troan <ot@cisco.com>
18 files changed:
test/lisp.py
test/test_dhcp.py
test/test_dvr.py
test/test_gbp.py
test/test_gre.py
test/test_ip6.py
test/test_l2_fib.py
test/test_nat.py
test/test_p2p_ethernet.py
test/test_sctp.py
test/test_session.py
test/test_tcp.py
test/test_udp.py
test/test_vcl.py
test/vpp_gre_interface.py
test/vpp_interface.py
test/vpp_papi_provider.py
test/vpp_sub_interface.py