Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-14 | Tests: TestApplicationTLS.openssl_conf() introduced. | Andrey Zelenkov | 1 | -0/+2 | |
2019-07-14 | Tests: removed unnecessary initialization. | Andrey Zelenkov | 1 | -2/+0 | |
That could leads to the incorrect behaviour in test_tls_application_respawn. | |||||
2019-07-14 | Tests: removed unused import. | Andrey Zelenkov | 1 | -1/+0 | |
2019-07-08 | Tests: made openssl certificates more strong to avoid errors. | Andrey Zelenkov | 1 | -2/+2 | |
2019-05-30 | Tests: adjusted skipping tests. | Andrey Zelenkov | 1 | -5/+5 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 1 | -3/+8 | |
2019-04-09 | Tests: speed up tests. | Andrey Zelenkov | 1 | -0/+12 | |
2019-04-09 | Tests: wait_for_record() introduced. | Andrey Zelenkov | 1 | -8/+0 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 1 | -3/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -4/+5 | |
2019-03-26 | Tests: style. | Andrey Zelenkov | 1 | -162/+307 | |
2019-03-21 | Adjusting request schema value according to connection tls state. | Max Romanov | 1 | -0/+21 | |
This closes #223 issue on GitHub. | |||||
2019-02-27 | Tests: added "Host" and "Connetion" headers where necessary. | Andrey Zelenkov | 1 | -14/+14 | |
Also minor header organizing. | |||||
2018-12-25 | Tests: fixed test_tls_reconfigure. | Andrey Zelenkov | 1 | -9/+11 | |
Previously, order of applying TLS configuration and sending partial request to the application was uncertain. These changes make sure that client-application connection was established before reconfiguration. Additionally, added test to check that non-TLS connection works correctly after reconfiguration. | |||||
2018-11-15 | Tests: added command line arguments parsing in tests. | Andrey Zelenkov | 1 | -1/+1 | |
Added the following command line arguments: -d, --detailed: Show detailed output for tests Usage examples: ./test/run.py --detailed python3 test/test_access_log.py --detailed python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6 -l, --log: Save unit.log after the test execution Usage examples: ./test/run.py -l python3 test/test_access_log.py -l python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6 | |||||
2018-10-18 | Tests: provide openssl.conf in test_tls_certificate_key_ec. | Sergey Kandaurov | 1 | -0/+3 | |
Previously, test failed if openssl was unable to load config info, or the system's openssl.cnf was picked up, which is wrong as well. | |||||
2018-09-20 | Tests: TLS tests. | Andrey Zelenkov | 1 | -0/+417 | |