mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Remove tls-sni-01 challenges in integration tests (#6679)
* Remove tls-sni-01 challenges in integration tests * Remove the tls-sni test in the less invasive way * Correct code coverage from tls-sni logic not been tested anymore. * Update certbot-boulder-integration.sh
This commit is contained in:
committed by
Joona Hoikkala
parent
0f1d78e897
commit
dde27e5aef
@@ -39,8 +39,6 @@ nginx -v
|
||||
reload_nginx
|
||||
certbot_test_nginx --domains nginx.wtf run
|
||||
test_deployment_and_rollback nginx.wtf
|
||||
certbot_test_nginx --domains nginx-tls.wtf run --preferred-challenges tls-sni
|
||||
test_deployment_and_rollback nginx-tls.wtf
|
||||
certbot_test_nginx --domains nginx2.wtf --preferred-challenges http
|
||||
test_deployment_and_rollback nginx2.wtf
|
||||
# Overlapping location block and server-block-level return 301
|
||||
@@ -66,4 +64,4 @@ test_deployment_and_rollback nginx6.wtf
|
||||
# top
|
||||
nginx -c $nginx_root/nginx.conf -s stop
|
||||
|
||||
coverage report --fail-under 75 --include 'certbot-nginx/*' --show-missing
|
||||
coverage report --fail-under 72 --include 'certbot-nginx/*' --show-missing
|
||||
|
||||
Reference in New Issue
Block a user