Age | Commit message (Expand) | Author | Files | Lines |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 1 | -407/+592 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 1 | -0/+1438 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 1 | -1519/+0 |
2019-07-24 | acl: implement counters |  Andrew Yourtchenko | 1 | -5/+35 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. |  Paul Vinciguerra | 1 | -15/+16 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. |  Paul Vinciguerra | 1 | -0/+4 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. |  Ole Troan | 1 | -2/+2 |
2019-03-07 | Tests: Refactor payload_to_info() |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-07 | VPP-1508: test_acl_plugin vapi changes for Python3. |  Paul Vinciguerra | 1 | -43/+43 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... |  Andrew Yourtchenko | 1 | -0/+8 |
2018-10-14 | acl-plugin: make each test in test_acl_plugin runnable separately |  Andrew Yourtchenko | 1 | -36/+75 |
2018-06-25 | make test: fix broken interfaces #2 |  Klement Sekera | 1 | -1/+1 |
2018-04-10 | test: Fix issues with new version of pycodestyle (VPP-1232) |  Chris Luke | 1 | -1/+2 |
2018-03-23 | acl-plugin: make test: add a test which deletes an interface with applied ACL |  Andrew Yourtchenko | 1 | -0/+39 |
2018-02-08 | acl-plugin: add whitelisted ethertype mode (VPP-1163) |  Andrew Yourtchenko | 1 | -7/+93 |
2017-11-11 | ACLs: Use better error return codes than "-1" everywhere. |  Jon Loeliger | 1 | -5/+5 |
2017-11-10 | make test: automatically seed random generator |  Klement Sekera | 1 | -2/+0 |
2017-10-25 | VPP-1033: Python API support arbitrary sized input parameters. |  Ole Troan | 1 | -2/+2 |
2017-09-27 | acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. |  Andrew Yourtchenko | 1 | -1/+30 |
2017-09-26 | acl-plugin: test: move the API calls to vpp_papi_provider.py |  Andrew Yourtchenko | 1 | -49/+15 |
2017-09-07 | acl-plugin: match index set to first portrange element if non-first portrange... |  Andrew Yourtchenko | 1 | -0/+191 |
2017-06-19 | acl-plugin: bihash-based ACL lookup |  Andrew Yourtchenko | 1 | -0/+3 |
2017-04-18 | ACL-plugin does not match UDP next-header, VPP-687 |  Pavel Kotucek | 1 | -7/+79 |
2017-04-06 | acl-plugin: make the IPv4/IPv6 non-first fragment handling in line with ACL (... |  Andrew Yourtchenko | 1 | -6/+43 |
2017-03-13 | ACL plugin rejects ICMP messages (VPP-624) |  Pavel Kotucek | 1 | -0/+1015 |