aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip6.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko1-5/+2
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-3/+3
2021-01-20ip: add IPv6 ping test for link-layer addressBenoƮt Ganne1-31/+27
2020-12-01tests: remove ip_punt from vpp_papi_provider and add ip_punt object modelsJakub Grajciar1-32/+26
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns1-9/+14
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko1-0/+4
2020-05-14ip: fix interface ip address del sw_if_index checkyedg1-0/+18
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps1-0/+74
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns1-3/+91
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-0/+161
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra1-0/+1
2020-03-17fib: Always install all routers mcast addressesNeale Ranns1-1/+1
2020-03-12policer: API cleanupJakub Grajciar1-4/+4
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-1/+31
2020-02-07tests: support python 3.8Ole Troan1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-18/+37
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+1
2019-11-26fib: Table ReplaceNeale Ranns1-2/+143
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-10/+9
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-17/+17
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-28tests: make RA tests run on VPP timeAndrew Yourtchenko1-7/+7
2019-10-16tests: python3 changes for ip6 fib testssnaramre1-1/+1
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-2/+77
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-20/+22
2019-06-18fib: fib api updatesNeale Ranns1-109/+58
2019-06-18ip: reassembly-separate feature and custom codeKlement Sekera1-0/+18
2019-05-28Add an ip6 local hop-by-hop protocol demux tableDave Barach1-1/+14
2019-05-16tests: refactor. Replace literal constant w/ named constant.Paul Vinciguerra1-3/+6
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+76
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-15/+16
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-4/+8
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-3/+3
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-0/+1
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-1/+1
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-10/+8
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-4/+4
2019-03-01Tests: Refactor duplicated code.Paul Vinciguerra1-7/+1
2019-02-26VPP-1508 python tests: unicodePaul Vinciguerra1-3/+8
2019-02-20TESTS: refactor framework send_and_expect.Paul Vinciguerra1-6/+6
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-33/+26
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-21/+43
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-6/+6
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-1/+1
2018-12-05VPP-1508 python3 tests: xrangePaul Vinciguerra1-20/+21
2018-11-30Tests: Fix traceback.Paul Vinciguerra1-108/+162
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek1-12/+42
2018-11-26Python3 tests: Fix asserts.Paul Vinciguerra1-2/+2
2018-09-11GBP Endpoint UpdatesNeale Ranns1-1/+2
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns1-1/+120