summaryrefslogtreecommitdiffstats
path: root/tests/pytests (follow)
Commit message (Expand)AuthorAgeFilesLines
* gitlabci: fix lint:tidyTomas Krizek2019-03-121-2/+2
* meson: tests/pytests - fix PATHTomas Krizek2019-03-121-19/+18
* meson: use add_project_argumentsTomas Krizek2019-03-121-1/+0
* meson: use c_args instead of setting global compiler optionsTomas Krizek2019-03-121-1/+1
* meson: use sbin_dir variableTomas Krizek2019-03-121-1/+1
* meson: cleanupTomas Krizek2019-03-121-5/+6
* meson: tests - check for py3_depsTomas Krizek2019-03-121-11/+6
* meson: tests/pytests - add extra_tests build optionTomas Krizek2019-03-121-2/+17
* meson: tests/pytests - use PATH instead of *_EXEC varsTomas Krizek2019-03-123-21/+17
* meson: tests/pytests - run extended test suiteTomas Krizek2019-03-121-2/+22
* tests/pytests: fix deprecation warning with latest pytestTomas Krizek2019-03-121-1/+2
* meson: tests/pytests - run pytests successfullyTomas Krizek2019-03-121-1/+3
* tests/pytests: use KRESD_EXEC, TLSPROXY_EXEC env varsTomas Krizek2019-03-122-2/+4
* meson: tests/pytests - compile tls proxyTomas Krizek2019-03-123-8/+45
* pytests/tlsproxy: fix C warningsTomas Krizek2019-02-221-11/+6
* pytests/proxy: run test_rehandshake with TLS 1.3 as wellTomas Krizek2019-01-232-4/+21
* pytests/proxy: support for TLSv1.3 posthadshake reauthGrigorii Demidov2019-01-233-14/+150
* pytests/test_rehandshake: fix testTomas Krizek2019-01-231-1/+1
* pytests/proxy: disable TLS1.3 suppoertGrigorii Demidov2019-01-231-0/+11
* pytests/proxy: minor improvement in rehandshake processingGrigorii Demidov2019-01-231-1/+4
* pytests/kresd.conf: make sure localhost hint is presentTomas Krizek2019-01-232-3/+4
* pytest/proxy: support for multiple clients, some new functionality; tcproxy r...Grigorii Demidov2019-01-237-757/+438
* pytest/test_random_close: use new proxyTomas Krizek2019-01-2310-922/+21
* pytests/test_random_close: add testTomas Krizek2019-01-2311-5/+964
* pytests/test_rehandshake: use new proxyTomas Krizek2019-01-239-1344/+25
* pytests/proxy: Python wrapperTomas Krizek2019-01-232-0/+157
* pytests/proxy: import codeTomas Krizek2019-01-238-0/+1456
* pytests: extract proxy logic to proxyutilsTomas Krizek2019-01-232-39/+54
* pytests/test_tls: disable TLS v1.3 for session resumption testsTomas Krizek2019-01-232-2/+11
* pytest/test_tcp_pipelining: longer delay for first queryTomas Krizek2019-01-081-1/+1
* pytests/kresd: more resilient initial socket creationTomas Krizek2019-01-081-1/+4
* pytests/conn_flood: attempt to make test more stable in CITomas Krizek2019-01-081-4/+4
* pytests/utils: give kresd more time to TCP FINTomas Krizek2019-01-081-1/+1
* pytests/kresd: improve backoff when establishing initial kresd connectionTomas Krizek2019-01-081-3/+11
* pytests/test_long_lived: decrease time.sleep to 7sTomas Krizek2019-01-081-1/+1
* pytests/kresd: increase delay during initial waiting for portTomas Krizek2019-01-081-2/+2
* pytests/kresd: change order of tcp/tls alive pingsTomas Krizek2019-01-081-4/+4
* pytests/kresd: change allowed port rangeTomas Krizek2019-01-081-2/+2
* pytests: print verbose log when kresd init failsTomas Krizek2019-01-081-0/+2
* pytests/conn_flood: select number of connections dynamicallyTomas Krizek2018-12-131-4/+10
* pytests/kresd: add option to wait for port if taken by systemTomas Krizek2018-12-041-11/+18
* pytests/test_rehandshake: fix testTomas Krizek2018-12-042-17/+23
* pytests: remove test_tls_cert_expiredTomas Krizek2018-12-043-18/+2
* pytests/test_pipelining: fix issue with net.ipv6=trueTomas Krizek2018-12-041-0/+7
* pytests: reserve kresd ports using files in tmpdirTomas Krizek2018-12-044-23/+57
* pytests: nitpicksTomas Krizek2018-12-045-172/+10
* pytests: update kresd.confTomas Krizek2018-12-041-3/+3
* pytests/tests: fix typos in READMETomas Krizek2018-12-041-2/+2
* pytests: rehandshake - search logTomas Krizek2018-12-044-34/+68
* pytests: add rehandshake testTomas Krizek2018-12-0411-5/+1518