aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flowprobe.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-07flowprobe: fix flush callbacks when multiple workersAlexander Chernavin1-2/+0
2023-12-22tests: Temporarily skip an unstable testadrianvillin1-1/+4
2023-11-12flowprobe: fix tx flows generated for rewritten trafficAlexander Chernavin1-0/+75
2023-11-07flowprobe: fix clearing interface state on feature disablingAlexander Chernavin1-1/+20
2023-11-03tests: refactor asf framework codeDave Wallace1-6/+14
2023-10-30flowprobe: fix accumulation of tcp flags in flow entriesAlexander Chernavin1-0/+74
2023-10-18flowprobe: fix sending L4 fields in L2 template and flowsAlexander Chernavin1-7/+40
2023-10-16flowprobe: fix corrupted packets sent after feature disablingAlexander Chernavin1-0/+38
2023-10-12flowprobe: fix sending L2 flows using L2_IP6 templateAlexander Chernavin1-2/+68
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly1-1/+3
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace1-1/+8
2022-05-16flowprobe: add api messages to obtain current stateAlexander Chernavin1-1/+92
2022-05-13flowprobe: add support for reporting on inbound packetsAlexander Chernavin1-36/+148
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-142/+165
2022-02-17tests: make tests less make dependentKlement Sekera1-5/+6
2021-09-09flowprobe: simplify test logicKlement Sekera1-55/+18
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+1094
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-1082/+0
2019-06-24api: implement ipfix_flushPaul Vinciguerra1-26/+26
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-20tests: replace CLI command with API for flowprobe params.Paul Vinciguerra1-3/+5
2019-03-14Tests: test/test_flowprobe.py Fix TypeError.Paul Vinciguerra1-1/+1
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-2/+4
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-1/+53
2018-12-20Tests: Cleanup @skip decorator.Paul Vinciguerra1-4/+4
2018-12-05VPP-1508: Python3 compatible printPaul Vinciguerra1-3/+3
2018-11-27VPP-1508 python3 tests: .encode('hex')Paul Vinciguerra1-19/+24
2017-06-27FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbitsOle Troan1-10/+96
2017-06-13Flowprobe - tests speed-upPavel Kotucek1-183/+151
2017-05-30Flowprobe: Stateful flows and IPv6, L4 recordingOle Troan1-0/+967