[Unix] Create a framework for certbot integration tests: PART 3g (#6953)

Following #6821, this PR continues to convert certbot integration tests into certbot-ci.

This PR add tests covering checks on L531 to the end on tests/certbot-boulder-integration.sh. Previous lines are covered with existing tests, or by #6946, #6947, #6948, #6949, #6951, #6952.

* Add tests

* Add load resource

* Separate OCSP in two tests

* Copy new asset

* Load the asset

* Add coverage limit
This commit is contained in:
Adrien Ferrand
2019-04-15 17:39:38 -07:00
committed by Brad Warren
parent 298b1db36b
commit 410e74c4a1
36 changed files with 589 additions and 1 deletions
+1 -1
View File
@@ -259,6 +259,6 @@ commands =
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
--cov-config={toxinidir}/certbot-ci/certbot_integration_tests/.coveragerc \
-W 'ignore:Unverified HTTPS request'
coverage report --include 'certbot/*' --show-missing
coverage report --include 'certbot/*' --show-missing --fail-under=56
passenv =
DOCKER_*