1. 796c84b GBP: drop and contract counters by Neale Ranns · 6 years ago
  2. f324dec fixing typos by Jim Thompson · 6 years ago
  3. 1091c4a IPSEC TEST: various hash alogrithms by Neale Ranns · 6 years ago
  4. 7363d47 gbp: Add gbp bd flags unit test by Mohsin Kazmi · 6 years ago
  5. b71fa75 IPSEC: punt reasons; SPI=0, no-tunnel by Neale Ranns · 6 years ago
  6. 8ea109e gbp: Add bd flags by Mohsin Kazmi · 6 years ago
  7. 2b60018 GBP: iVXLAN reflection check by Neale Ranns · 6 years ago
  8. f05e732 IPSEC-GRE; tests by Neale Ranns · 6 years ago
  9. d1a12ef vppinfra: fix sparse_vec_index() returning non-zero index for some nonexistent elements by Andrew Yourtchenko · 6 years ago
  10. 95c0ca4 tests: test/vpp_l2.py fix missing name. by Paul Vinciguerra · 6 years ago
  11. 3593a91 tests: refactor vpp_object.py by Paul Vinciguerra · 6 years ago
  12. d7603d9 IPSEC: tunnel fragmentation by Neale Ranns · 6 years ago
  13. 1e3aa5e ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN by Damjan Marion · 6 years ago
  14. 76b5649 Punt Infra by Neale Ranns · 6 years ago
  15. 987aea8 IPSEC: 4o6 and 6o4 for tunnel interfaces by Neale Ranns · 6 years ago
  16. 25edf14 IPSEC: run encrpyt as a feautre on the tunnel by Neale Ranns · 6 years ago
  17. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  18. 64f7530 make-test: fix ValueError raised by hook in python3 by Naveen Joy · 6 years ago
  19. 4dd4cf4 GBP: fixes for l3-out routing by Neale Ranns · 6 years ago
  20. 32ee2f1 VPP-1508: Tests: Update version of syslog_rfc5424_parser. by Paul Vinciguerra · 6 years ago
  21. 03dd90a VCL: add TLS opt to socket_test.sh by Dave Wallace · 6 years ago
  22. 3833ffd IPSEC tests fnd fix or Extended Sequence Numbers by Neale Ranns · 6 years ago
  23. 00a4420 IPSEC: test for packet drop on sequence number wrap by Neale Ranns · 6 years ago
  24. f7f1334 tests: update test_lb.py to use api call lb_conf. by Paul Vinciguerra · 6 years ago
  25. 192b13f BVI Interface by Neale Ranns · 6 years ago
  26. 2ac885c IPSEC: Mutli-tunnel tests by Neale Ranns · 6 years ago
  27. 1ba5bc8 ipsec: add ipv6 support for ipsec tunnel interface by Kingwel Xie · 6 years ago
  28. 76ef609 tests: cdp plugin. Replace cdp enable cli command with API call. by Paul Vinciguerra · 6 years ago
  29. ec850a8 tests: replace CLI command with API for flowprobe params. by Paul Vinciguerra · 6 years ago
  30. 2e2c91f Revert "tests: Deprecate the use of CLI commands in tests." by Neale Ranns · 6 years ago
  31. c0692a4 tests: Speedup tests by 30%. by Paul Vinciguerra · 6 years ago
  32. b5f15bd Tests: Trivial. Define constants once. by Paul Vinciguerra · 6 years ago
  33. e2e8f02 tests: Deprecate the use of CLI commands in tests. by Paul Vinciguerra · 6 years ago
  34. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  35. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  36. 4ba4edd Add @deprecated decorator. by Paul Vinciguerra · 6 years ago
  37. e3a0e6e Tests: test/test_flowprobe.py Fix TypeError. by Paul Vinciguerra · 6 years ago
  38. e5468b3 acl-plugin: fix the l2l3 unittest to actually verify the pcap by Andrew Yourtchenko · 6 years ago
  39. 6348074 TEST: link-state up/down notifications on FIB forwarding by Neale Ranns · 6 years ago
  40. 4c2bff0 GBP: get source address from ARP packets for LPM classification by Neale Ranns · 6 years ago
  41. 22364e4 Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/ by Paul Vinciguerra · 6 years ago
  42. c599c6f Tests: Raise exception, don't raise string. by Paul Vinciguerra · 6 years ago
  43. 36abbf1 GBP: L3 out fixes by Neale Ranns · 6 years ago
  44. f726f53 FIB: path parsing, table-id not fib-index (VPP-1586) by Neale Ranns · 6 years ago
  45. fa0ac2c GBP: contracts API fixed length of allowed ethertypes by Neale Ranns · 6 years ago
  46. 5995482 VPP-1486: Unittest for stat segment file descriptor leak. by Paul Vinciguerra · 6 years ago
  47. a5b2eec vpp_papi_provider: Remove more wrapper functions. by Ole Troan · 6 years ago
  48. 22ab6f7 VPP-1508: Tests: Fix vpp_api struct.error under py3. by Paul Vinciguerra · 6 years ago
  49. a7427ec VPP-1508: Use scapy.compat to manage packet level library differences. by Paul Vinciguerra · 6 years ago
  50. 0f6602c Tests: fix time.sleep(0) # yield. Reduce sleep related log messages. by Paul Vinciguerra · 6 years ago
  51. d3a9be2 Tests: remote_test.py. Private member test catching dunder names. by Paul Vinciguerra · 6 years ago
  52. 9a6dafd Tests: use self.assertNotIn(). by Paul Vinciguerra · 6 years ago
  53. f70cead Tests: 'Fix' __del__ in test/remote_test.py. by Paul Vinciguerra · 6 years ago
  54. a1bfb3a Test: Fix hook.py: AttributeError by Paul Vinciguerra · 6 years ago
  55. eaea421 Tests: Refactor payload_to_info() by Paul Vinciguerra · 6 years ago
  56. ea2450f VPP-1508: Python3 tests. Explicitly specify string formatting. by Paul Vinciguerra · 6 years ago
  57. 4a4cea0 VPP-1508: test_acl_plugin vapi changes for Python3. by Paul Vinciguerra · 6 years ago
  58. 42bdba8 vpp_papi: Adjust aenum import for python3. by Paul Vinciguerra · 6 years ago
  59. 2cbf2fb make-test: Python pep8 compliance for sequences by Naveen Joy · 6 years ago
  60. 9a47537 test framework: vpp_papi_provider.py - further cleanup by Ole Troan · 6 years ago
  61. c0737e9 session: use session index instead of fifo for evt by Florin Coras · 6 years ago
  62. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  63. 4ba6772 GBP: use sclass in the DP for policy by Neale Ranns · 6 years ago
  64. 6955595 Tests: Example duplicate code refactoring. by Paul Vinciguerra · 6 years ago
  65. 8da9fc6 GBP: learn from ARP and L2 packets by Neale Ranns · 6 years ago
  66. 7ab9970 Test: vpp_papi_provider. __getattr__ by Paul Vinciguerra · 6 years ago
  67. 32f6d8e GBP: per-group EP retention policy by Neale Ranns · 6 years ago
  68. e1ade68 test framework: Fix wrapper functions to match API message names. by Ole Troan · 6 years ago
  69. f159f58 test framework: add factory function and default parameters by Ole Troan · 6 years ago
  70. beded85 Tests: Trivial fox use of 'is'. by Paul Vinciguerra · 6 years ago
  71. a279d9c Tests: Remove all wildcard imports. by Paul Vinciguerra · 6 years ago
  72. e8fece8 Tests: Refactor duplicated code. by Paul Vinciguerra · 6 years ago
  73. 5ad273a test/vpp_ip_route.py: Trivial. Remove duplicate key. by Paul Vinciguerra · 6 years ago
  74. 05e1882 Remove unused imports from hooks by Naveen Joy · 6 years ago
  75. 53f526b TEST: IPSEC NAT-T with UDP header by Neale Ranns · 6 years ago
  76. 34931eb NAT44: active-passive HA (VPP-1571) by Matus Fabian · 6 years ago
  77. 3bce8eb VPP-1508 Python3 abstract classes by Paul Vinciguerra · 6 years ago
  78. d73dbd2 make test: Stop downloading pip. by Paul Vinciguerra · 6 years ago
  79. 38a4ec7 make test: Add exception handling around subprocess. by Paul Vinciguerra · 6 years ago
  80. 1e18eb2 VPP-1508 python tests: unicode by Paul Vinciguerra · 6 years ago
  81. 0b1f8a7 Remote Test: fix serialization (dict, Enum) by Jakub Grajciar · 6 years ago
  82. 5637e65 VOM: De-template the ACL code. by Neale Ranns · 6 years ago
  83. 5332200 VOM: fix tests and namespacify l2_vtr by Neale Ranns · 6 years ago
  84. eb41443 TESTS: refactor framework send_and_expect. by Paul Vinciguerra · 6 years ago
  85. 51a423d session: fix local sessions disconnects by Florin Coras · 6 years ago
  86. 2cc29a5 make test-doc: Clean up import errors. by Paul Vinciguerra · 6 years ago
  87. 8a14061 tls: add vcl test by Florin Coras · 6 years ago
  88. cae98b7 reassembly: fix buffer usage counter by Klement Sekera · 6 years ago
  89. 4e633e1 VPP-1504: Remove JVPP by Michal Cmarada · 6 years ago
  90. eba31ec IPSEC: move SA counters into the stats segment by Neale Ranns · 6 years ago
  91. 593635d make test: make test-ext working again by Klement Sekera · 6 years ago
  92. 6fef74a VOM: neighbour API flags by Neale Ranns · 6 years ago
  93. 8d7c502 IPSEC: no second lookup after tunnel encap by Neale Ranns · 6 years ago
  94. a09c1ff IPSEC: SPD counters in the stats sgement by Neale Ranns · 6 years ago
  95. 8d991d9 VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous TypeErrors. by Paul Vinciguerra · 6 years ago
  96. 895e2f8 Fix inheritance problem in test/hook.py. by Paul Vinciguerra · 6 years ago
  97. 9e31595 VTL: Fix issue with ipaddress library use under python2. by Paul Vinciguerra · 6 years ago
  98. 0ede47a make test: fix logging by Klement Sekera · 6 years ago
  99. 17dcec0 IPSEC: API modernisation by Neale Ranns · 6 years ago
  100. 64abeec VTL: Makefile: Don't install pip twice. by Paul Vinciguerra · 6 years ago