aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_acl_plugin_macip.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-4/+2
2023-10-03build: add ability to disable some plugins from packaging and testsAndrew Yourtchenko1-0/+2
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-353/+442
2022-02-17tests: make tests less make dependentKlement Sekera1-1/+1
2021-05-13tests: move test source to vpp/testDave Wallace1-0/+1278
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-1295/+0
2019-06-07tests: framework gracefully handle 'VppTransportShmemIOError'Paul Vinciguerra1-4/+1
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-13/+14
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+60
2019-03-29tests: test/vpp_l2.py fix missing name.Paul Vinciguerra1-3/+3
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-5/+5
2019-03-11VPP-1508: Use scapy.compat to manage packet level library differences.Paul Vinciguerra1-19/+29
2019-03-07VPP-1508: Python3 tests. Explicitly specify string formatting.Paul Vinciguerra1-1/+2
2019-03-01Tests: Remove all wildcard imports.Paul Vinciguerra1-2/+2
2018-12-05VPP-1508: Python3 compatible printPaul Vinciguerra1-17/+18
2018-11-27VPP-1508 python3 tests: .encode('hex')Paul Vinciguerra1-4/+5
2018-09-27Test typo fixesjuraj.linkes1-1/+1
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-1/+3
2018-06-25make test: fix broken interfaces #2Klement Sekera1-4/+4
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-1/+1
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-1/+1
2018-06-22make test: fix broken interfacesKlement Sekera1-1/+1
2018-03-23acl-plugin: improvements in 'show acl-plugin macip acl' CLIAndrew Yourtchenko1-0/+6
2018-03-23acl-plugin: make test: do not use a debug CLI where API can be usedAndrew Yourtchenko1-6/+3
2017-12-11acl-plugin: unapply/reapply the classifier-based inacls when performing macip...Andrew Yourtchenko1-19/+15
2017-11-08ACL plugin support tagged subinterfacesPavel Kotucek1-230/+492
2017-09-19ACL plugin enable macip for ip4/ip6 trafficPavel Kotucek1-81/+200
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-18/+100
2017-09-08ACL-plugin MACIP ACLs testsPavel Kotucek1-0/+760