Age | Commit message (Expand) | Author | Files | Lines |
2022-08-16 | tests: move "venv" to "build-root" directory from "test" directory | Saima Yunus | 1 | -2/+1 |
2022-05-24 | tests: fix default failed dir setting | Klement Sekera | 1 | -4/+2 |
2022-05-10 | tests: replace pycodestyle with black | Klement Sekera | 1 | -206/+305 |
2022-04-29 | tests: fix handling failed test case | Klement Sekera | 1 | -1/+2 |
2022-03-27 | tests: fix core file message | Dmitry Valter | 1 | -3/+4 |
2022-02-17 | tests: make tests less make dependent | Klement Sekera | 1 | -71/+39 |
2021-04-16 | tests: cpus awareness | Klement Sekera | 1 | -94/+176 |
2021-04-12 | tests: support attaching to existing vpp | Klement Sekera | 1 | -4/+9 |
2021-03-17 | tests: remove shm handling | Klement Sekera | 1 | -17/+4 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 1 | -0/+2 |
2021-01-22 | tests: add generalized tags for tests, use them for run-solo tests | Andrew Yourtchenko | 1 | -5/+5 |
2021-01-20 | tests: do not skip solo-run tests if running within a single job and all rema... | Andrew Yourtchenko | 1 | -8/+7 |
2020-08-27 | tests: "force solo" testcase support | Andrew Yourtchenko | 1 | -6/+46 |
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 |