1. d0f70a3 reassembly: replace asserts with error counters by Klement Sekera · 6 years ago
  2. 65eb772 VPP-1508: Have test/Makefile honor PYTHON= envvar. by Paul Vinciguerra · 6 years ago
  3. b686508 NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) by Matus Fabian · 6 years ago
  4. 003d5da VAPI/VOM: Removing legacy stats tests, add string type. by Ole Troan · 6 years ago
  5. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  6. 9edb83a punt: additional tests for multi clients by Pavel Kotucek · 6 years ago
  7. b6d92d8 make test: add option for adding extra vpp config by Klement Sekera · 6 years ago
  8. 4eed747 Fix TestIPv4FibCrud interdependencies. by Paul Vinciguerra · 6 years ago
  9. 4ee633e VPP-1523: harden reassembly by Klement Sekera · 6 years ago
  10. ae80983 IP6-MFIB: replace the radix tree with bihash (VPP-1526) by Neale Ranns · 6 years ago
  11. a5e7376 NAT: counters (VPP-1484) by Matus Fabian · 6 years ago
  12. 2eca70d Fix test results by juraj.linkes · 6 years ago
  13. 400f6d8 reassembly: fix internal buffer count accounting by Klement Sekera · 6 years ago
  14. 14d7e90 VPP-1522: harden reassembly code by Klement Sekera · 6 years ago
  15. 1314ec6 test/hook.py. Add human-friendly annotations to log msgs. by Paul Vinciguerra · 6 years ago
  16. 413f4a5 API: Use string type instead of u8. by Ole Troan · 6 years ago
  17. 51edc3a vom: Add support for new stats by Mohsin Kazmi · 6 years ago
  18. cf3ecb1 VOM: vxlan-tunnel takes egress interface for multicast by Neale Ranns · 6 years ago
  19. ca7f53a Fix CDP failure in make test by Lijian.Zhang · 6 years ago
  20. 0bcad32 PAPI: Allow ipaddress object as argument and return values from API calls by Ole Troan · 6 years ago
  21. 185e649 Fix typo in sanity test description by juraj.linkes · 6 years ago
  22. 193c47d VOM: vxlan-gbp by Neale Ranns · 6 years ago
  23. be2286b IP-local: any IP can appear as the source (VPP-1522) by Neale Ranns · 6 years ago
  24. 6919b0d test/framework.py: change logger to return 'e' format. by Paul Vinciguerra · 6 years ago
  25. 7f99183 Test framework: StringIO fixes for Python3 by Ole Troan · 6 years ago
  26. 521a8d7 FIB recusrion loop checks traverse midchain adjacencies by Neale Ranns · 6 years ago
  27. e88865d VPP-1506: dump local punts and registered punt sockets by Pavel Kotucek · 6 years ago
  28. e6b58cf Test reader thread hardening by juraj.linkes · 6 years ago
  29. 91afaab Fix L2BD arp termination Test Case by Paul Vinciguerra · 6 years ago
  30. f18eb86 Rename VPP_TEST_FAILED_DIR to FAILED_DIR by juraj.linkes · 6 years ago
  31. 68ebc83 Skip failing ARM testcases for CI by juraj.linkes · 6 years ago
  32. f0cbcea Test framework: fix import logic for sphynx. by Paul Vinciguerra · 6 years ago
  33. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  34. 661f91f VPP-1508: Python3 compatible print by Paul Vinciguerra · 6 years ago
  35. a6fe463 VPP-1508 python3 tests: xrange by Paul Vinciguerra · 6 years ago
  36. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  37. de84727 IPSEC-AH: anti-replay testing by Neale Ranns · 6 years ago
  38. b059849 vppinfra: c11 safe string functions by Steven · 6 years ago
  39. dd89173 Fix L2BD arp termination Test Case by Paul Vinciguerra · 6 years ago
  40. 33177d6 make test: print TEST= values for failed tests by Klement Sekera · 6 years ago
  41. 774356a GBP: UT more robust for endpoint timeout by Neale Ranns · 6 years ago
  42. 0ae445e vcl/test: increase wait time before connect by Florin Coras · 6 years ago
  43. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  44. 978aa64 Tests: Fix traceback. by Paul Vinciguerra · 6 years ago
  45. 5588225 GRE: UT uses new pkt send functions by Neale Ranns · 6 years ago
  46. 10d066e make test: verify packet counters in ipsec tests by Klement Sekera · 6 years ago
  47. 56d68cb Trivial: test_container.py by Paul Vinciguerra · 6 years ago
  48. 741865b Trivial: test/test_ipip.py by Paul Vinciguerra · 6 years ago
  49. b6a4795 GBP: l3-out subnets by Neale Ranns · 6 years ago
  50. d40c3e6 gbp: Add support for flow hash profile by Mohsin Kazmi · 6 years ago
  51. ad1f3e1 NAT: syslog - sessions logging (VPP-1139) by Matus Fabian · 6 years ago
  52. 2eb42e7 test: use smaller timeouts for vcl/ldp tests by Florin Coras · 6 years ago
  53. 743ee3e GRE: fix VRF unit-tests by Neale Ranns · 6 years ago
  54. 609e121 VPP-1507: Added binary api to dump configured ip_punt_redirect by Pavel Kotucek · 6 years ago
  55. b8c72a4 make test: create virtualenv under /test/ by Klement Sekera · 6 years ago
  56. 53fffa1 API: Add support for type aliases by Ole Troan · 6 years ago
  57. 526ad04 test/remote_test.py: Fix missing import by Paul Vinciguerra · 6 years ago
  58. f1f2aa6 VPP-1508 python3 tests: use six.iteritems by Paul Vinciguerra · 6 years ago
  59. 6e4c6ad VPP-1508 python3 tests: .encode('hex') by Paul Vinciguerra · 6 years ago
  60. 6c74617 VPP-1508 Fix for bug introduced in tests on use of repr. by Paul Vinciguerra · 6 years ago
  61. abec012 Split non-parallel testsuite by juraj.linkes · 6 years ago
  62. 3d2df21 Python3 tests: Fix asserts. by Paul Vinciguerra · 6 years ago
  63. 162989e Revert "VPP-1508 python3 tests: raw_input" by Ole Trøan · 6 years ago
  64. 76f3a2b test_fib.py: Remove empty methods by Paul Vinciguerra · 6 years ago
  65. ab9e20b VPP-1508 Add support for environment markers. by Paul Vinciguerra · 6 years ago
  66. 9db9445 VPP-1508 python3 tests locals() by Paul Vinciguerra · 6 years ago
  67. 86ebba6 Fix swapped decorators in VppTestCase. by Paul Vinciguerra · 6 years ago
  68. 72f0004 VPP-1508 python3 tests: raw_input by Paul Vinciguerra · 6 years ago
  69. 00671cf VPP-1508 python3 tests: python3 repr. by Paul Vinciguerra · 6 years ago
  70. 61e63bf make test: Fix too wide subprocess exceptions by Paul Vinciguerra · 6 years ago
  71. c29a0ea Fix typo in test/test_acl_plugin_conns.py by Paul Vinciguerra · 6 years ago
  72. 0c79453 Fix Typo: test/test_mtu.py by Paul Vinciguerra · 6 years ago
  73. 4a144b4 VPP-1505 VPP-1508 Remove dep.: py_lispnetworking by Paul Vinciguerra · 6 years ago
  74. e61ad8d make test: remove test-ext, fix test*-all targets by Klement Sekera · 6 years ago
  75. ccfead6 Fix test framework keepalive by juraj.linkes · 6 years ago
  76. 3d9b92a Fix test logging propagation by juraj.linkes · 6 years ago
  77. 7303ee8 VPP-1476: L2fib failures in master by Pavel Kotucek · 6 years ago
  78. 7f8a8db NAT44: improve expired sessions reuse (VPP-1503) by Matus Fabian · 6 years ago
  79. ffba3c3 MAP: Use explicit address/prefix types in API by Ole Troan · 6 years ago
  80. 5ba9159 Revert "Fix instance method call in test/framework.py" by Ole Trøan · 6 years ago
  81. c32023b Fix instance method call in test/framework.py by Paul Vinciguerra · 6 years ago
  82. b4515b4 Add RFC5424 syslog protocol support (VPP-1139) by Matus Fabian · 6 years ago
  83. 15e8e68 NAT44: Apply transitory timeout on TCP RST (VPP-1494) by Matus Fabian · 6 years ago
  84. 45cd3a3 make test: Shorten VCL extended test times by Dave Wallace · 6 years ago
  85. 111add7 NAT44: fix virtual fragmentation reassembly in forwarding mode (VPP-1501) by Matus Fabian · 6 years ago
  86. c7b03fe VPP-1498: test/framework.py: AttributeError by Paul Vinciguerra · 6 years ago
  87. 6c01dce NAT44: fix bug in TCP close with output-feature interface (VPP-1493) by Matus Fabian · 6 years ago
  88. dd4b2bb VPP-1495: Fix intermittent stat sock test failures. by Paul Vinciguerra · 6 years ago
  89. 1866884 QoS: fix always recoding as IP by Neale Ranns · 6 years ago
  90. 13a08cc GBP: redirect contracts by Neale Ranns · 6 years ago
  91. b4d3053 ipsec: infra for selecting backends by Klement Sekera · 6 years ago
  92. dfb5f2a Fix logging into multiple files by juraj.linkes · 6 years ago
  93. a8f5381 tcp: separate unit and throughput tests by Florin Coras · 6 years ago
  94. 005a333 make test: remove unnecessary check by Klement Sekera · 6 years ago
  95. 7d6afb3 make test: bfd refactor by Klement Sekera · 6 years ago
  96. 03a3e76 make test: rename dummy test name by Klement Sekera · 6 years ago
  97. f37c3ba make test: p2p ethernet refactor by Klement Sekera · 6 years ago
  98. c29c0af GBP: Endpoints with VLAN tags and birdges that don't learn by Neale Ranns · 6 years ago
  99. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  100. 6ccff02 VCL: Fix socket_test.sh to build test apps. by Dave Wallace · 6 years ago