aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_classifier.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-03classify: API cleanupJakub Grajciar1-298/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-17classify: make tests support python3Ole Troan1-2/+2
2019-06-18fib: fib api updatesNeale Ranns1-19/+12
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-4/+6
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+52
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-5/+4
2019-03-07Tests: Refactor payload_to_info()Paul Vinciguerra1-1/+1
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-6/+6
2019-02-04VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous Type...Paul Vinciguerra1-4/+4
2018-11-27VPP-1508 python3 tests: .encode('hex')Paul Vinciguerra1-5/+4
2018-07-11make_test: Add missing classifier testsJan Gelety1-65/+452
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns1-0/+4
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-0/+45
2017-05-24Leak locks and tables in the ClassifierNeale Ranns1-2/+33
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-5/+9
2016-12-23make test: improve handling of packet capturesKlement Sekera1-39/+46
2016-12-21make test: Add classifier - ip/mac/pbr casesSteve Shin1-0/+343