Age | Commit message (Expand) | Author | Files | Lines |
2020-01-16 | tests: fix TypeError in run_tests.py |  Paul Vinciguerra | 1 | -4/+5 |
2019-12-20 | tests: don't prompt to launch gdb for sanity test case |  Paul Vinciguerra | 1 | -5/+0 |
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 | -0/+5 |
2019-11-05 | tests: avoid test runner hanging on child test process join |  Andrew Yourtchenko | 1 | -1/+13 |
2019-10-29 | tests: fix TEST= filtering for python3 |  Klement Sekera | 1 | -1/+1 |
2019-10-21 | classify: tests to support python3 |  Ole Troan | 1 | -1/+1 |
2019-07-24 | tests: add cpu/shm info to test runner output |  Paul Vinciguerra | 1 | -1/+13 |
2019-07-09 | tests: treat all truthy env vars the same way |  Paul Vinciguerra | 1 | -5/+4 |
2019-07-03 | tests: fix FORCE_FOREGROUND |  juraj.linkes | 1 | -1/+7 |
2019-05-08 | make test: introduce COREDUMP_COMPRESS option |  Klement Sekera | 1 | -13/+16 |
2019-03-18 | tests: Speedup tests by 30%. |  Paul Vinciguerra | 1 | -0/+1 |
2019-03-07 | make-test: Python pep8 compliance for sequences |  Naveen Joy | 1 | -13/+13 |
2019-02-26 | make test: Add exception handling around subprocess. |  Paul Vinciguerra | 1 | -3/+13 |
2019-01-11 | Fix interactive tests |  juraj.linkes | 1 | -2/+4 |
2018-12-20 | Tests: Cleanup @skip decorator. |  Paul Vinciguerra | 1 | -1/+1 |
2018-12-14 | Fix test results |  juraj.linkes | 1 | -19/+23 |
2018-12-10 | Test framework: StringIO fixes for Python3 |  Ole Troan | 1 | -1/+5 |
2018-12-07 | Test reader thread hardening |  juraj.linkes | 1 | -103/+111 |
2018-11-30 | make test: print TEST= values for failed tests |  Klement Sekera | 1 | -4/+4 |
2018-11-29 | make test: create virtualenv under /test/ |  Klement Sekera | 1 | -4/+5 |
2018-11-26 | Split non-parallel testsuite |  juraj.linkes | 1 | -19/+8 |
2018-11-22 | Revert "Fix instance method call in test/framework.py" |  Ole Trøan | 1 | -2/+6 |
2018-11-22 | Fix instance method call in test/framework.py |  Paul Vinciguerra | 1 | -6/+2 |
2018-11-09 | Fix logging into multiple files |  juraj.linkes | 1 | -1/+1 |
2018-10-10 | Setup, teardown, DEBUG=core, FAILFAST fixes |  juraj.linkes | 1 | -130/+227 |
2018-10-03 | test framework: add shell-style wildcard matching to filenames |  Andrew Yourtchenko | 1 | -2/+5 |
2018-09-20 | VPP-1421: Reworked results gathering |  juraj.linkes | 1 | -150/+170 |
2018-09-18 | fix TEST_JOBS=auto max jobs detection |  Klement Sekera | 1 | -1/+1 |
2018-09-06 | Fix test summary and retries |  juraj.linkes | 1 | -22/+35 |
2018-08-30 | Fix hanging test runner when child process dies |  juraj.linkes | 1 | -50/+59 |
2018-08-25 | Fix logging to file and summary for crashed tests |  juraj.linkes | 1 | -84/+59 |
2018-08-23 | CSIT-1139: Implement parallel test execution |  juraj.linkes | 1 | -158/+631 |
2018-06-27 | make test: easy profiling via make test PROFILE=1 |  Klement Sekera | 1 | -1/+7 |
2018-06-25 | make test: fix RETRIES when setUpClass throws |  Klement Sekera | 1 | -1/+4 |
2018-03-31 | make test: print a warning in case a core_pattern contains a filter program |  Andrew Yourtchenko | 1 | -0/+2 |
2018-03-24 | make test: enhance core-file information |  Klement Sekera | 1 | -15/+20 |
2018-03-23 | make test: code cleanup |  Klement Sekera | 1 | -5/+8 |
2018-03-14 | make test: early core detection, code cleanup |  Klement Sekera | 1 | -2/+24 |
2018-03-14 | make test: handle multiple failures in one case |  Klement Sekera | 1 | -1/+4 |
2018-02-17 | make test: detect child crash |  Klement Sekera | 1 | -7/+17 |
2017-10-10 | make test: add RETRIES option |  Klement Sekera | 1 | -8/+53 |
2017-10-03 | make test: Copy api_post_mortem.$$ file tmp test dir for archiving. |  Dave Wallace | 1 | -2/+8 |
2017-09-30 | make test: Create link to failed test dir on timeout. |  Dave Wallace | 1 | -0/+6 |
2017-08-25 | make test: separate test discovery code |  Klement Sekera | 1 | -34/+11 |
2017-08-12 | make test: fix broken DEBUG=gdb* options |  Klement Sekera | 1 | -42/+50 |
2017-08-10 | make test: bump default test timeout to 10 minutes |  Klement Sekera | 1 | -1/+1 |
2017-08-10 | make test: detect hung tests |  Klement Sekera | 1 | -3/+69 |
2017-03-27 | make test: properly propagate exit status |  Klement Sekera | 1 | -1/+2 |
2017-03-22 | make test: support out-of-tree tests |  Klement Sekera | 1 | -1/+50 |