certbot/certbot-apache/tests
Brad Warren c3cb01d24a
Fixing hanging test farm tests (#9211)
[Our test farm tests started hanging last night](https://dev.azure.com/certbot/certbot/_build/results?buildId=5151&view=logs&j=23275d9a-33b0-57f8-5f28-197fe2e5b9cd&s=1dfbc15b-7d0f-52a9-b1da-b17592bf94f8). Running the tests locally, the cause was `apt-get install` raised an interactive prompt that wasn't handled well and caused the entire system to restart. Here's a [log of that](https://gist.github.com/fb80d0279306d08e4ffd744e559a3df2).

I fixed this by setting `DEBIAN_FRONTEND=noninteractive` as is commonly done in things like Dockerfiles to avoid this problem.
2022-02-22 13:19:48 -08:00
..
apache-conf-files Fixing hanging test farm tests (#9211) 2022-02-22 13:19:48 -08:00
testdata apache: fix crash when authenticating empty vhosts (#8941) 2021-07-15 11:12:14 -07:00
augeasnode_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
autohsts_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
centos6_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
centos_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
complex_parsing_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
configurator_reverter_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
configurator_test.py Fully type certbot apache (#9177) 2022-01-31 19:17:40 +11:00
debian_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
display_ops_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
dualnode_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
entrypoint_test.py Fix some typos (found by codespell) (#9017) 2021-09-03 06:43:13 +10:00
fedora_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
gentoo_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
http_01_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
obj_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
parser_test.py apache: expose aug_save errors in the debug log (#9169) 2022-01-24 09:33:11 -08:00
parsernode_configurator_test.py Improve assertions in certbot-apache tests. (#9131) 2022-01-03 22:05:21 +01:00
parsernode_test.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
parsernode_util_test.py Modifications needed for merging to master 2020-01-06 17:19:33 +02:00
util.py Add typing to certbot.apache (#9071) 2022-01-21 10:15:48 +01:00