mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
in test_download.py. In the process, added another test cert and generalized the server process killer in test_download.py. Additionally, I added another expected-to-be-good certificate that was generated in the same way as the new bad certificates (but for their individual flaws of course). This is because the new certs aren't exactly like the old good cert, so that we have another cert to test against in case the way the certs were generated turns out to matter at some point in the future. Also slightly increased a start-servers delay in the test in response to one test system taking too long and seeing connection issues. Probably not helped by the number of processes. Clarified a related comment in the test code. Also made a note that environment variable cleanup would be good to add to test_download.py, either copied from or moved somewhere accessible from test_proxy_use.py Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com> |
||
|---|---|---|
| .. | ||
| proxy_ca.crt | ||
| proxy_ca.key | ||
| proxy_cert.key | ||
| ssl_cert.crt | ||
| ssl_cert.key | ||
| ssl_cert_2.crt | ||
| ssl_cert_expired.crt | ||
| ssl_cert_wronghost.crt | ||