1. d9b0c6f tests: replace pycodestyle with black by Klement Sekera · 2 years, 8 months ago
  2. b3fc658 tests: fix DEBUG=attach functionality by Klement Sekera · 2 years, 9 months ago
  3. 5c6dd17 ip: rate-limit the sending of ICMP error messages by Neale Ranns · 2 years, 10 months ago
  4. 26cd024 tests: better reporting for unexpected packets by Klement Sekera · 2 years, 10 months ago
  5. ad3187f tests: add enhanced packet counter verification by Klement Sekera · 2 years, 10 months ago
  6. 107ad73 tests: add a generalised counter assert function by Klement Sekera · 2 years, 10 months ago
  7. 140af15 tests: allow not removing vpp objects after test by Klement Sekera · 2 years, 10 months ago
  8. 699bea2 tests: Consolidate the implementations of send_and_expect_X by Neale Ranns · 2 years, 10 months ago
  9. b23ffd7 tests: make tests less make dependent by Klement Sekera · 3 years, 7 months ago
  10. 6eaeea9 tests: mark the test suites broken when ASan is enabled by Naveen Joy · 3 years, 3 months ago
  11. 56c492a nat: TCP state tracking based on RFC 7857/RFC 6146 by Klement Sekera · 3 years ago
  12. 7c3275e ip: reassembly: handle atomic fragments correctly by Klement Sekera · 3 years ago
  13. 56eccdb vlib: add virtual time support by Benoît Ganne · 3 years, 4 months ago
  14. 064b77c build: remove unnecessary executable bits by Ray Kinsella · 3 years, 2 months ago
  15. ff334db nat: static mappings in flow hash by Klement Sekera · 3 years, 7 months ago
  16. 23a15b3 Revert "nat: static mappings in flow hash" by Ole Troan · 3 years, 2 months ago
  17. 69b7599 nat: static mappings in flow hash by Klement Sekera · 3 years, 7 months ago
  18. 5546e43 build: don't hardcode triplet, allow specifying custom lib dir by Damjan Marion · 3 years, 3 months ago
  19. b8165b9 classify: Large and nested classifer unit tests by Ray Kinsella · 3 years, 3 months ago
  20. c863a91 api: remove custom dump by Filip Tehlar · 3 years, 6 months ago
  21. 6197cb7 pg: A Tunnel mode variant of a pg interface by Neale Ranns · 3 years, 6 months ago
  22. 4ee17d8 tests: add role to VCLAppWorker by Dave Wallace · 3 years, 7 months ago
  23. ae8d332 tests: don't buffer worker stdin/stdout by Dave Wallace · 3 years, 7 months ago
  24. db02380 stats: adding symlinks for nodes and interfaces in the stat segment by Arthur de Kerhor · 3 years, 9 months ago
  25. ea6236b tests: add worker count to class description by Klement Sekera · 3 years, 9 months ago
  26. 558ceab tests: cpus awareness by Klement Sekera · 3 years, 8 months ago
  27. e263685 tests: support attaching to existing vpp by Klement Sekera · 3 years, 9 months ago
  28. 3ff6ffc tests: improve naming by Klement Sekera · 3 years, 9 months ago
  29. 7ba9fae tests: support injecting multiple worker pcaps on one PG by Klement Sekera · 3 years, 9 months ago
  30. e66443c stats: python vpp_stats rewrite to access stat segment directly by Ole Troan · 3 years, 9 months ago
  31. 8d81502 tests: add support for worker awareness by Klement Sekera · 3 years, 9 months ago
  32. 4376ab2 tests: use socket transport instead of shared memory by Ole Troan · 3 years, 10 months ago
  33. 79a31db tests: fix NoneType printing if VPP died early by Klement Sekera · 3 years, 9 months ago
  34. 8c45e51 classify: fix multiple filters support by Benoît Ganne · 3 years, 10 months ago
  35. d1f05f7 tests: explicitly close subprocess files by Paul Vinciguerra · 4 years ago
  36. c8eae8d tests: allow for externally supplied VPP workers config for tests by Andrew Yourtchenko · 3 years, 11 months ago
  37. 06f3281 tests: add generalized tags for tests, use them for run-solo tests by Andrew Yourtchenko · 4 years ago
  38. bb3befc tests: restore vapi C++ test under Centos-8 by Paul Vinciguerra · 4 years ago
  39. d6f2217 tests: remove the dependency on subprocess32 by Paul Vinciguerra · 4 years ago
  40. 2b202bc lisp: Move to plugin by Neale Ranns · 4 years, 3 months ago
  41. a3b7c55 tests: "force solo" testcase support by Andrew Yourtchenko · 4 years, 4 months ago
  42. 9beabd8 tests: clean up logging by Paul Vinciguerra · 5 years ago
  43. 7784140 misc: binary api fuzz test fixes by Dave Barach · 4 years, 8 months ago
  44. e64e5ff tests: implement ipaddress convenience methods by Paul Vinciguerra · 4 years, 8 months ago
  45. 4830e4f vlib: startup multi-arch variant configuration by Ray Kinsella · 4 years, 9 months ago
  46. 1971800 vppinfra: refactor clib_timebase_t by Dave Barach · 4 years, 9 months ago
  47. d498c9e tests: add running_gcov_tests to framework.py by Dave Barach · 4 years, 9 months ago
  48. 6e6ad64 tests: support python 3.8 by Ole Troan · 4 years, 10 months ago
  49. 48bdbcd tests: fix worker thread initialization by Paul Vinciguerra · 5 years ago
  50. 4ed2598 tests: configure 32 mb physmem by Dave Barach · 5 years ago
  51. 4a56f4e ipsec: Test and fix IPSec worker hand-off by Neale Ranns · 5 years ago
  52. c701e57 tests: don't prompt to launch gdb for sanity test case by Paul Vinciguerra · 5 years ago
  53. e090f4d papi: lazily initialize stats client by Paul Vinciguerra · 5 years ago
  54. 66cea09 tests: fix wrong checksum error message by Klement Sekera · 5 years ago
  55. fd57408 papi: add call stats by Ole Troan · 5 years ago
  56. 8b2fffd tests: Revert "Python Tests: Make VppTestCase unit testable." by Paul Vinciguerra · 5 years ago
  57. 0c62932 tests: add test run time. by Ole Troan · 5 years ago
  58. 1043fd3 tests: fix exception handling around vapi.connect()/.disconnect() by Paul Vinciguerra · 5 years ago
  59. bfd7d29 vlib: add 'wait' cli command by Paul Vinciguerra · 5 years ago
  60. 1a7ed5e tests: display stdout and stderr when output caching is disabled by Benoît Ganne · 5 years ago
  61. ead1e53 misc: Fix python scripts shebang line by Renato Botelho do Couto · 5 years ago
  62. 45a95dd tests: support setting random seed by Klement Sekera · 5 years ago
  63. b31d393 tests: Revert "tests: add sending SIGQUIT to vpp quit sequence" by Andrew Yourtchenko · 5 years ago
  64. 4465fe1 tests: add sending SIGQUIT to vpp quit sequence by Paul Vinciguerra · 5 years ago
  65. 97ea2f4 tests: decode worker stdout/stderr output by Dave Wallace · 5 years ago
  66. 63cb882 tests: make RA tests run on VPP time by Andrew Yourtchenko · 5 years ago
  67. 2456433 tests: DEBUG=gdb[server]-all to debug worker(s) by Dave Wallace · 5 years ago
  68. 586d3ed tests: add PID of VPP under test to API dump filename for the test by Andrew Yourtchenko · 5 years ago
  69. 45ec570 vppinfra: test support python3 by Ole Troan · 5 years ago
  70. 6ed154f tests: cli wrapper should return string by Ole Troan · 5 years ago
  71. 8d829f6 tests: make pg_start() wait until pg completes by Andrew Yourtchenko · 5 years ago
  72. 4f05a8e tests: log error which happens during connect and wait longer for stats socket by Andrew Yourtchenko · 5 years ago
  73. 3a35070 tests: fix centos detection by Klement Sekera · 5 years ago
  74. 630ab58 ip: reassembly: send packet out on correct worker by Klement Sekera · 5 years ago
  75. 00625a6 tests: Split IPSec ESP into parameterized tests per engine by Neale Ranns · 5 years ago
  76. 22e9cfd pg: add GSO support by Mohsin Kazmi · 5 years ago
  77. f745752 tests: fix error in VppDiedError exception by Paul Vinciguerra · 5 years ago
  78. bfb9fe3 tests: remove unused class attribute in VppTestCase by Paul Vinciguerra · 5 years ago
  79. 0cbc71d tests: treat all truthy env vars the same way by Paul Vinciguerra · 5 years ago
  80. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  81. 063366e tests: Have worker return immediately on bad executable by Paul Vinciguerra · 5 years ago
  82. fea8260 tests: handle TypeErrors in calls to VppDiedError by Paul Vinciguerra · 5 years ago
  83. 5dd6a7b tests: if vpp is dead, specify the test name in the output by Paul Vinciguerra · 5 years ago
  84. 496b0de tests: refactor VppDiedError. by Paul Vinciguerra · 5 years ago
  85. 3a9f11e tests: add sudo to gdb commands by Paul Vinciguerra · 5 years ago
  86. 499ea64 tests: framework gracefully handle 'VppTransportShmemIOError' by Paul Vinciguerra · 6 years ago
  87. 6aa58b7 make test: fix packet counter assert by Klement Sekera · 6 years ago
  88. 233e468 stats: support multiple works for error counters by Ole Troan · 6 years ago
  89. 3a343d4 reassembly: prevent long chain attack by Klement Sekera · 6 years ago
  90. 7d31ab2 add mactime plugin unit / code coverage tests by Dave Barach · 6 years ago
  91. cc99149 make test: add python3 compatibility in extend_packet by Alexandre Poirrier · 6 years ago
  92. 3e9b7a2 make test: Fix truncated core file by Dave Wallace · 6 years ago
  93. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  94. 4ff09ae API: Python and Unix domain socket improvement by Ole Troan · 6 years ago
  95. 90cf21b Tests: Refactor tearDown show command logging, add lifecycle markers. by Paul Vinciguerra · 6 years ago
  96. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  97. d7603d9 IPSEC: tunnel fragmentation by Neale Ranns · 6 years ago
  98. 192b13f BVI Interface by Neale Ranns · 6 years ago
  99. 22364e4 Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/ by Paul Vinciguerra · 6 years ago
  100. a7427ec VPP-1508: Use scapy.compat to manage packet level library differences. by Paul Vinciguerra · 6 years ago