Age | Commit message (Expand) | Author | Files | Lines |
2021-02-15 | tests: explicitly close subprocess files | Paul Vinciguerra | 1 | -0/+2 |
2021-02-08 | tests: allow for externally supplied VPP workers config for tests | Andrew Yourtchenko | 1 | -1/+17 |
2021-01-22 | tests: add generalized tags for tests, use them for run-solo tests | Andrew Yourtchenko | 1 | -3/+29 |
2020-12-08 | tests: restore vapi C++ test under Centos-8 | Paul Vinciguerra | 1 | -8/+0 |
2020-12-06 | tests: remove the dependency on subprocess32 | Paul Vinciguerra | 1 | -13/+1 |
2020-09-22 | lisp: Move to plugin | Neale Ranns | 1 | -0/+2 |
2020-08-27 | tests: "force solo" testcase support | Andrew Yourtchenko | 1 | -1/+16 |
2020-05-05 | tests: clean up logging | Paul Vinciguerra | 1 | -12/+17 |
2020-05-04 | misc: binary api fuzz test fixes | Dave Barach | 1 | -0/+5 |
2020-04-28 | tests: implement ipaddress convenience methods | Paul Vinciguerra | 1 | -1/+4 |
2020-04-28 | vlib: startup multi-arch variant configuration | Ray Kinsella | 1 | -0/+8 |
2020-03-12 | vppinfra: refactor clib_timebase_t | Dave Barach | 1 | -1/+6 |
2020-03-10 | tests: add running_gcov_tests to framework.py | Dave Barach | 1 | -0/+7 |
2020-02-07 | tests: support python 3.8 | Ole Troan | 1 | -2/+1 |
2020-01-14 | tests: fix worker thread initialization | Paul Vinciguerra | 1 | -4/+4 |
2020-01-02 | tests: configure 32 mb physmem | Dave Barach | 1 | -0/+1 |
2019-12-23 | ipsec: Test and fix IPSec worker hand-off | Neale Ranns | 1 | -4/+4 |
2019-12-20 | tests: don't prompt to launch gdb for sanity test case | Paul Vinciguerra | 1 | -10/+18 |
2019-12-19 | papi: lazily initialize stats client | Paul Vinciguerra | 1 | -14/+0 |
2019-12-05 | tests: fix wrong checksum error message | Klement Sekera | 1 | -1/+3 |
2019-12-05 | papi: add call stats | Ole Troan | 1 | -0/+1 |
2019-12-05 | tests: Revert "Python Tests: Make VppTestCase unit testable." | Paul Vinciguerra | 1 | -5/+0 |
2019-12-05 | tests: add test run time. | Ole Troan | 1 | -3/+6 |
2019-12-04 | tests: fix exception handling around vapi.connect()/.disconnect() | Paul Vinciguerra | 1 | -5/+5 |
2019-11-27 | vlib: add 'wait' cli command | Paul Vinciguerra | 1 | -4/+3 |
2019-11-27 | tests: display stdout and stderr when output caching is disabled | Benoît Ganne | 1 | -2/+2 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-11-05 | tests: support setting random seed | Klement Sekera | 1 | -1/+3 |
2019-10-31 | tests: Revert "tests: add sending SIGQUIT to vpp quit sequence" | Andrew Yourtchenko | 1 | -7/+6 |
2019-10-30 | tests: add sending SIGQUIT to vpp quit sequence | Paul Vinciguerra | 1 | -6/+7 |
2019-10-29 | tests: decode worker stdout/stderr output | Dave Wallace | 1 | -2/+2 |
2019-10-28 | tests: make RA tests run on VPP time | Andrew Yourtchenko | 1 | -0/+14 |
2019-10-22 | tests: DEBUG=gdb[server]-all to debug worker(s) | Dave Wallace | 1 | -13/+70 |
2019-10-21 | tests: add PID of VPP under test to API dump filename for the test | Andrew Yourtchenko | 1 | -1/+2 |
2019-10-17 | vppinfra: test support python3 | Ole Troan | 1 | -1/+2 |
2019-10-16 | tests: cli wrapper should return string | Ole Troan | 1 | -2/+4 |
2019-10-14 | tests: make pg_start() wait until pg completes | Andrew Yourtchenko | 1 | -19/+13 |
2019-10-14 | tests: log error which happens during connect and wait longer for stats socket | Andrew Yourtchenko | 1 | -2/+3 |
2019-09-02 | tests: fix centos detection | Klement Sekera | 1 | -1/+1 |
2019-08-20 | ip: reassembly: send packet out on correct worker | Klement Sekera | 1 | -1/+4 |
2019-07-31 | tests: Split IPSec ESP into parameterized tests per engine | Neale Ranns | 1 | -2/+0 |
2019-07-28 | pg: add GSO support | Mohsin Kazmi | 1 | -2/+2 |
2019-07-14 | tests: fix error in VppDiedError exception | Paul Vinciguerra | 1 | -2/+2 |
2019-07-09 | tests: remove unused class attribute in VppTestCase | Paul Vinciguerra | 1 | -1/+0 |
2019-07-09 | tests: treat all truthy env vars the same way | Paul Vinciguerra | 1 | -8/+27 |
2019-07-09 | vppinfra: allocate bihash virtual space on demand | Dave Barach | 1 | -0/+1 |
2019-07-03 | tests: Have worker return immediately on bad executable | Paul Vinciguerra | 1 | -1/+10 |
2019-06-28 | tests: handle TypeErrors in calls to VppDiedError | Paul Vinciguerra | 1 | -5/+4 |
2019-06-25 | tests: if vpp is dead, specify the test name in the output | Paul Vinciguerra | 1 | -3/+15 |
2019-06-24 | tests: refactor VppDiedError. | Paul Vinciguerra | 1 | -7/+27 |