mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Add testenv:travis-test-farm-tests
This commit is contained in:
parent
a76020f6bc
commit
a8d89611a1
1 changed files with 17 additions and 0 deletions
17
tox.ini
17
tox.ini
|
|
@ -274,3 +274,20 @@ commands =
|
|||
--acme-server={env:ACME_SERVER:pebble}
|
||||
passenv = DOCKER_*
|
||||
setenv = {[testenv:py27-oldest]setenv}
|
||||
|
||||
[testenv:travis-test-farm-tests]
|
||||
changedir = tests/letstest
|
||||
commands =
|
||||
openssl aes-256-cbc -K $encrypted_9a387195a62e_key -iv $encrypted_9a387195a62e_iv -in travis-test-farm.pem.enc -out travis-test-farm.pem -d
|
||||
python multitester.py apache2_targets.yaml ./travis-test-farm.pem none scripts/test_apache2.sh
|
||||
sleep 30s
|
||||
python multitester.py targets.yaml ./travis-test-farm.pem none scripts/test_leauto_upgrades.sh
|
||||
sleep 30s
|
||||
python multitester.py targets.yaml ./travis-test-farm.pem none scripts/test_letsencrypt_auto_certonly_standalone.sh
|
||||
sleep 30s
|
||||
python multitester.py targets.yaml ./travis-test-farm.pem none scripts/test_sdists.sh
|
||||
deps = -r tests/letstest/requirements.txt
|
||||
passenv =
|
||||
AWS_*
|
||||
encrypted_*
|
||||
setenv = AWS_DEFAULT_REGION=us-east-1
|
||||
|
|
|
|||
Loading…
Reference in a new issue