aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_papi_provider.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-28tests: add cli_return_response to vpp_papi_providerDave Barach1-2/+13
2019-10-22tests: handle unicode charactes in cli outputKlement Sekera1-1/+2
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns1-1/+3
2019-07-24qos: QoS dump APIsNeale Ranns1-22/+0
2019-07-19bonding: add support for numa-only in lacp modeZhiyong Yang1-0/+3
2019-07-12tests: remove invalid arguments passed to papiPaul Vinciguerra1-5/+1
2019-07-05gbp: add unit-tests for anonymous l3outBenoît Ganne1-2/+3
2019-07-01gbp: VRF scoped contractsNeale Ranns1-2/+5
2019-06-25tests: fix test_gbp.py.Paul Vinciguerra1-52/+1
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-13/+0
2019-06-18fib: fib api updatesNeale Ranns1-105/+132
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns1-1/+3
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-18/+5
2019-05-27IPIP tunnel: use address types on APINeale Ranns1-1/+0
2019-05-17Tests: Refactor. Remove copies of enums.Paul Vinciguerra1-18/+0
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-0/+12
2019-05-15vpp_papi: remove dependency on environment var. VPP_API_DIR.Paul Vinciguerra1-10/+9
2019-05-10tests: test/vpp_papi_provider.py Specify exception to catch.Paul Vinciguerra1-1/+1
2019-05-02NAT: VPP-1661 - test case cleanup and refactoringFilip Varga1-459/+0
2019-05-02vpp_papi_provider.py: update defautmapping.Paul Vinciguerra1-0/+2
2019-04-24NAT: VPP-1531 api cleanup & updateFilip Varga1-183/+56
2019-04-23API: Python and Unix domain socket improvementOle Troan1-1/+9
2019-04-23Revert "NAT: VPP-1531 api cleanup & update"Ole Trøan1-56/+183
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga1-183/+56
2019-04-18GRE: API updateNeale Ranns1-14/+15
2019-04-17api: Add to interface crud - read by sw_if_index.Paul Vinciguerra1-0/+1
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-2/+5
2019-04-02IPSEC-GRE; testsNeale Ranns1-0/+13
2019-03-29tests: test/vpp_l2.py fix missing name.Paul Vinciguerra1-13/+0
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-7/+7
2019-03-27GBP: fixes for l3-out routingNeale Ranns1-1/+3
2019-03-22tests: update test_lb.py to use api call lb_conf.Paul Vinciguerra1-0/+2
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie1-14/+21
2019-03-19Revert "tests: Deprecate the use of CLI commands in tests."Neale Ranns1-5/+0
2019-03-18Tests: Trivial. Define constants once.Paul Vinciguerra1-4/+1
2019-03-18tests: Deprecate the use of CLI commands in tests.Paul Vinciguerra1-0/+5
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-403/+5
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-2/+2
2019-03-11Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.Paul Vinciguerra1-1/+1
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-1073/+249
2019-03-06GBP: use sclass in the DP for policyNeale Ranns1-13/+13
2019-03-06GBP: learn from ARP and L2 packetsNeale Ranns1-2/+3
2019-03-05Test: vpp_papi_provider. __getattr__Paul Vinciguerra1-4/+8
2019-03-05GBP: per-group EP retention policyNeale Ranns1-7/+4
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-146/+74
2019-03-04test framework: add factory function and default parametersOle Troan1-75/+36
2019-02-27NAT44: active-passive HA (VPP-1571)Matus Fabian1-0/+44
2019-02-04Fix inheritance problem in test/hook.py.Paul Vinciguerra1-2/+1
2019-01-31IPSEC: API modernisationNeale Ranns1-45/+49
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-30/+28