summaryrefslogtreecommitdiffstats
path: root/test/vpp_papi_provider.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-25IPSEC: tests use opbject registryNeale Ranns1-0/+17
2019-01-22GBP: Sclass to src-epg conversionsNeale Ranns1-3/+6
2019-01-18VTL: Fix sphinx doc generation.Paul Vinciguerra1-13/+1
2019-01-14VTL: vpp_papi_provider: Don't shortcircuit vpp_papi jasonfile detection.Paul Vinciguerra1-5/+5
2019-01-13bonding: support custom interface IDsAlexander Chernavin1-2/+5
2019-01-09test/vpp_papi_provider.py: Fix simple copy/paste error.Paul Vinciguerra1-1/+0
2018-12-21GBP: add allowed ethertypes to contractsNeale Ranns1-2/+5
2018-12-21MAP: Convert from DPO to input feature.Jon Loeliger1-4/+17
2018-12-18NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)Matus Fabian1-0/+33
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-5/+2
2018-12-13API: Use string type instead of u8.Ole Troan1-2/+2
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-3/+6
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-4/+3
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-8/+20
2018-12-06Test framework: fix import logic for sphynx.Paul Vinciguerra1-9/+6
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-8/+3
2018-12-02IPSEC-AH: anti-replay testingNeale Ranns1-2/+6
2018-11-29GBP: l3-out subnetsNeale Ranns1-0/+13
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek1-7/+10
2018-11-29make test: create virtualenv under /test/Klement Sekera1-1/+1
2018-11-27VPP-1508 Fix for bug introduced in tests on use of repr.Paul Vinciguerra1-3/+3
2018-11-25VPP-1508 python3 tests: python3 repr.Paul Vinciguerra1-4/+7
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan1-6/+0
2018-11-22Add RFC5424 syslog protocol support (VPP-1139)Matus Fabian1-0/+50
2018-11-15GBP: redirect contractsNeale Ranns1-2/+4
2018-11-15ipsec: infra for selecting backendsKlement Sekera1-0/+7
2018-11-08make test: bfd refactorKlement Sekera1-4/+13