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:
Amjad Mashaal
2016-11-10 14:01:15 -08:00
committed by Brad Warren
parent 469fc3775f
commit c89bd421da
3 changed files with 46 additions and 0 deletions
+10
View File
@@ -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_*