aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_pg_interface.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-28tests: refactor pcap file deletion to improve robustnessDave Wallace1-5/+2
2023-11-03tests: refactor asf framework codeDave Wallace1-35/+71
2023-08-16tests docs: update python3 venv packagesDave Wallace1-1/+0
2023-02-14tests: support tmp-dir on different filesystemDmitry Valter1-1/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-112/+144
2022-04-29tests: fix assert_nothing_capturedKlement Sekera1-18/+7
2022-02-24tests: better reporting for unexpected packetsKlement Sekera1-8/+15
2022-02-17tests: make tests less make dependentKlement Sekera1-4/+15
2021-11-02build: remove unnecessary executable bitsRay Kinsella1-0/+0
2021-06-14pg: A Tunnel mode variant of a pg interfaceNeale Ranns1-2/+3
2021-04-09tests: improve namingKlement Sekera1-5/+3
2021-04-01tests: support injecting multiple worker pcaps on one PGKlement Sekera1-35/+28
2021-01-20ip: add IPv6 ping test for link-layer addressBenoƮt Ganne1-6/+11
2020-08-14gso: packet coalesce libraryMohsin Kazmi1-0/+20
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra1-1/+2
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+1
2019-10-11tests: explicitly wait for the PG to finish before looking for capture fileAndrew Yourtchenko1-0/+15
2019-08-20tests: support worker threadsKlement Sekera1-1/+4
2019-07-31tests: disable pg capture before enabling itAndrew Yourtchenko1-1/+2
2019-07-28pg: add GSO supportMohsin Kazmi1-2/+16
2019-06-27tests: rename stream name in testsPaul Vinciguerra1-1/+2
2019-06-04Tests: simple refactor in vpp_pg_interface.Paul Vinciguerra1-25/+23
2019-05-29Tests: vpp_pg_interface. Don't rewrite Dot1AD ethertype.Paul Vinciguerra1-11/+0
2019-05-28make test: add option in pg interfaces for duplicating packetsAlexandre Poirrier1-2/+12
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-2/+7
2019-03-11Tests: fix time.sleep(0) # yield. Reduce sleep related log messages.Paul Vinciguerra1-3/+3
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera1-3/+3
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan1-3/+3
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera1-3/+3
2017-02-21test: ip6 vrf instances multi-context test (CSIT-497)Jan Gelety1-2/+4
2017-02-14make test: improve stabilityKlement Sekera1-46/+57
2017-02-09make test: work around scapy truncated packetsKlement Sekera1-0/+33
2017-01-12make test: fix capture handling special-caseKlement Sekera1-8/+32
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-22/+26
2017-01-11test: ip4 vrf instances multi-context test (CSIT-492)Jan1-12/+10
2017-01-10IPv6 NS RS tests and fixesNeale Ranns1-2/+3
2017-01-09In python tests send NS packets to the solicited mcast address with correct m...Neale Ranns1-3/+8
2017-01-02make test: fix debug printKlement Sekera1-1/+1
2017-01-02make test: rotate capture files after consuming arp/ndpKlement Sekera1-2/+8
2017-01-02make test: fix assert_nothing_captured apiKlement Sekera1-8/+9
2016-12-23make test: improve handling of packet capturesKlement Sekera1-58/+128
2016-12-19make test: filter IPv6 RAs out by defaultKlement Sekera1-5/+29
2016-12-16make test: improve robustness and performanceKlement Sekera1-23/+59
2016-12-09When waiting for an IPv6 response, filter non-ND packetsNeale Ranns1-16/+21
2016-12-07BFD: basic asynchronous session up/downKlement Sekera1-2/+38
2016-12-05make test: fix missing log/packet messagesKlement Sekera1-20/+26
2016-11-24Remove postinit from make-test interfacesMatej Klotton1-13/+10
2016-11-14make test: improve naming of temporary pcap filesKlement Sekera1-6/+7
2016-11-11Add IRB testMatej Klotton1-1/+90
2016-11-09Improve test framework documentationKlement Sekera1-4/+37