aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_lb.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-13lb: Fix src_ip_sticky evaluation bug in per-port-vip case.Nobuhiro MIKI1-0/+32
2023-01-18lb: add source ip based sticky load balancingNobuhiro MIKI1-2/+42
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-156/+131
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+502
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-502/+0
2019-06-18fib: fib api updatesNeale Ranns1-7/+13
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-2/+3
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-22tests: update test_lb.py to use api call lb_conf.Paul Vinciguerra1-4/+4
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-2/+5
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-4/+6
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-1/+1
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni1-55/+218
2018-06-26L3DSR fix ip checksum issue and add testHongjun Ni1-0/+6
2018-05-18Rework kube-proxy into LB pluginHongjun Ni1-1/+70
2018-02-02Add L3DSR feature in LB pluginHongjun Ni1-8/+36
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne1-1/+1
2017-10-31lb plugin tests - wipe flowtable after each unit testGabriel Ganne1-0/+4
2017-10-24fix test_lb_ip4_gre6() cleanupGabriel Ganne1-1/+1
2016-12-23make test: improve handling of packet capturesKlement Sekera1-6/+5
2016-12-19make test: filter IPv6 RAs out by defaultKlement Sekera1-11/+2
2016-12-16make test: improve robustness and performanceKlement Sekera1-5/+11
2016-12-05make test: fix missing log/packet messagesKlement Sekera1-4/+3
2016-11-10Enable verification received packet for LB testMatej Klotton1-12/+4
2016-11-09Disable non-working checks in load-balancer test and rename ip->ip4Klement Sekera1-8/+11
2016-10-26refactor test frameworkKlement Sekera1-118/+134
2016-10-10Test: Add test case for Load Balancer pluginPierre Pfister1-0/+210