summaryrefslogtreecommitdiffstats
path: root/test/test_ip6.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-02make_test: add icmp packet size sweep and icmp echo testsJan Gelety1-23/+101
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns1-1/+5
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns1-1/+1
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda1-0/+175
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda1-3/+113
2018-01-09test: consolidate the multiple versions of send_and_*Neale Ranns1-49/+0
2017-11-11MPLS disposition actions at the tail of unicast LSPsNeale Ranns1-2/+2
2017-10-31Refactor IP input checks for re-use at MPLS dispositionNeale Ranns1-1/+77
2017-10-10punt and drop features:Neale Ranns1-1/+113
2017-09-11FIB table add/delete APINeale Ranns1-2/+5
2017-08-08L2 over MPLSNeale Ranns1-13/+13
2017-08-01Tests for recursive load-balancing with no choices.Neale Ranns1-0/+33
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns1-0/+117
2017-05-25MPLS hash function improvementsNeale Ranns1-23/+94
2017-04-26IP Flow Hash Config fixesNeale Ranns1-0/+149
2017-04-19Learn IP6 link-local ND entries from NSs sourced from link-local addressNeale Ranns1-26/+80
2017-03-17Fix IP feature ordering.Neale Ranns1-1/+99
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns1-2/+26
2017-03-09Tests to target holes in adjacency and DPO test coverageNeale Ranns1-1/+70
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns1-17/+276
2017-03-03IPv6 RA improvementsNeale Ranns1-5/+214
2017-02-03pep8 compliance for test_ip6.pyNeale Ranns1-3/+3
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-78/+53
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-27/+30
2017-01-10IPv6 NS RS tests and fixesNeale Ranns1-1/+236
2016-12-23make test: improve handling of packet capturesKlement Sekera1-2/+1
2016-12-05make test: fix missing log/packet messagesKlement Sekera1-7/+6
2016-11-15Update test documentation.Matej Klotton1-15/+62
2016-10-26refactor test frameworkKlement Sekera1-219/+104