Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | tests: cdp plugin. Replace cdp enable cli command with API call. |  Paul Vinciguerra | 1 | -3/+3 |
2019-03-20 | tests: replace CLI command with API for flowprobe params. |  Paul Vinciguerra | 1 | -3/+5 |
2019-03-19 | Revert "tests: Deprecate the use of CLI commands in tests." |  Neale Ranns | 2 | -6/+1 |
2019-03-18 | tests: Speedup tests by 30%. |  Paul Vinciguerra | 1 | -0/+1 |
2019-03-18 | Tests: Trivial. Define constants once. |  Paul Vinciguerra | 1 | -4/+1 |
2019-03-18 | tests: Deprecate the use of CLI commands in tests. |  Paul Vinciguerra | 2 | -1/+6 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 13 | -139/+125 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 13 | -125/+139 |
2019-03-15 | Add @deprecated decorator. |  Paul Vinciguerra | 1 | -0/+1 |
2019-03-14 | Tests: test/test_flowprobe.py Fix TypeError. |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-14 | acl-plugin: fix the l2l3 unittest to actually verify the pcap |  Andrew Yourtchenko | 1 | -4/+3 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding |  Neale Ranns | 2 | -1/+90 |
2019-03-14 | GBP: get source address from ARP packets for LPM classification |  Neale Ranns | 1 | -0/+10 |
2019-03-13 | Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/ |  Paul Vinciguerra | 1 | -2/+3 |
2019-03-12 | Tests: Raise exception, don't raise string. |  Paul Vinciguerra | 4 | -4/+4 |
2019-03-12 | GBP: L3 out fixes |  Neale Ranns | 2 | -34/+131 |
2019-03-12 | FIB: path parsing, table-id not fib-index (VPP-1586) |  Neale Ranns | 2 | -7/+33 |
2019-03-12 | GBP: contracts API fixed length of allowed ethertypes |  Neale Ranns | 1 | -1/+4 |
2019-03-12 | VPP-1486: Unittest for stat segment file descriptor leak. |  Paul Vinciguerra | 1 | -0/+41 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. |  Ole Troan | 36 | -783/+409 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. |  Paul Vinciguerra | 15 | -87/+122 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. |  Paul Vinciguerra | 27 | -193/+261 |
2019-03-11 | Tests: fix time.sleep(0) # yield. Reduce sleep related log messages. |  Paul Vinciguerra | 4 | -8/+21 |
2019-03-11 | Tests: remote_test.py. Private member test catching dunder names. |  Paul Vinciguerra | 1 | -9/+14 |
2019-03-11 | Tests: use self.assertNotIn(). |  Paul Vinciguerra | 13 | -35/+35 |
2019-03-11 | Tests: 'Fix' __del__ in test/remote_test.py. |  Paul Vinciguerra | 1 | -4/+6 |
2019-03-11 | Test: Fix hook.py: AttributeError |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-07 | Tests: Refactor payload_to_info() |  Paul Vinciguerra | 22 | -32/+34 |
2019-03-07 | VPP-1508: Python3 tests. Explicitly specify string formatting. |  Paul Vinciguerra | 11 | -27/+29 |
2019-03-07 | VPP-1508: test_acl_plugin vapi changes for Python3. |  Paul Vinciguerra | 2 | -51/+51 |
2019-03-07 | vpp_papi: Adjust aenum import for python3. |  Paul Vinciguerra | 1 | -0/+1 |
2019-03-07 | make-test: Python pep8 compliance for sequences |  Naveen Joy | 1 | -13/+13 |
2019-03-06 | test framework: vpp_papi_provider.py - further cleanup |  Ole Troan | 15 | -1272/+416 |
2019-03-06 | session: use session index instead of fifo for evt |  Florin Coras | 1 | -31/+2 |
2019-03-06 | session: use vpp to switch io events for ct sessions |  Florin Coras | 1 | -1/+1 |
2019-03-06 | GBP: use sclass in the DP for policy |  Neale Ranns | 2 | -83/+73 |
2019-03-06 | Tests: Example duplicate code refactoring. |  Paul Vinciguerra | 1 | -273/+243 |
2019-03-06 | GBP: learn from ARP and L2 packets |  Neale Ranns | 2 | -11/+111 |
2019-03-05 | Test: vpp_papi_provider. __getattr__ |  Paul Vinciguerra | 1 | -4/+8 |
2019-03-05 | GBP: per-group EP retention policy |  Neale Ranns | 2 | -45/+38 |
2019-03-04 | test framework: Fix wrapper functions to match API message names. |  Ole Troan | 18 | -297/+237 |
2019-03-04 | test framework: add factory function and default parameters |  Ole Troan | 4 | -89/+59 |
2019-03-01 | Tests: Trivial fox use of 'is'. |  Paul Vinciguerra | 2 | -2/+2 |
2019-03-01 | Tests: Remove all wildcard imports. |  Paul Vinciguerra | 18 | -69/+63 |
2019-03-01 | Tests: Refactor duplicated code. |  Paul Vinciguerra | 3 | -21/+14 |
2019-02-28 | test/vpp_ip_route.py: Trivial. Remove duplicate key. |  Paul Vinciguerra | 1 | -1/+0 |
2019-02-28 | Remove unused imports from hooks |  Naveen Joy | 1 | -4/+0 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header |  Neale Ranns | 3 | -154/+232 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) |  Matus Fabian | 2 | -2/+395 |
2019-02-26 | VPP-1508 Python3 abstract classes |  Paul Vinciguerra | 7 | -29/+36 |