mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Expanding tests for le-auto, adding Debian test suite (#2635)
* Adding Debian 7 (Wheezy) to LE tests * Adding Debian 8 (Jessie) to LE tests * Fixing Debian Wheezy certificate addition error * Adding packages to LEA Debian Jessie test and refining the code commenting * Adding installing OpenSSL to the Debian Wheezy LEA test script * Removing LEA tests for Debian Jessie * Fixing nits
This commit is contained in:
committed by
Brad Warren
parent
469fc3775f
commit
c89bd421da
@@ -137,3 +137,13 @@ commands =
|
||||
whitelist_externals =
|
||||
docker
|
||||
passenv = DOCKER_*
|
||||
|
||||
[testenv:le_auto_wheezy]
|
||||
# At the moment, this tests under Python 2.7 only, as only that version is
|
||||
# readily available on the Wheezy Docker image.
|
||||
commands =
|
||||
docker build -f letsencrypt-auto-source/Dockerfile.wheezy -t lea letsencrypt-auto-source
|
||||
docker run --rm -t -i lea
|
||||
whitelist_externals =
|
||||
docker
|
||||
passenv = DOCKER_*
|
||||
|
||||
Reference in New Issue
Block a user