Tim Kimber
c8415df61d
mktemp not working correctly on Alpine Linux (added XXXXXX to template)
Fixes #612
5 years ago
Tim Kimber
e5d44d3117
Tweaks to try and make staging tests more robust
5 years ago
Peter Dave Hello
9d43cf81f1
Remove useless comment in nginx test configs
5 years ago
Peter Dave Hello
fb7b3ee145
Use JSON notation for Dockerfile CMD arguments
Reference:
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd
> The `CMD` instruction should be used to run the software contained in
your image, along with any arguments. `CMD` should almost always be used
in the form of `CMD ["executable", "param1", "param2"…]`
5 years ago
Peter Dave Hello
6a6851e185
Reduce Docker image layer by merging mkdir operation
5 years ago
Peter Dave Hello
76c9ffadc4
Reduce git clone depth in the Dockerfile for test
This change will drop the history of the repository when cloning, which
will save bandwidth and disk space, speed up the clone and checkout
process during the test and Docker build process.
5 years ago
Peter Dave Hello
7ed9a01314
Follow EditorConfig, use consistent space indent in Nginx test configs
5 years ago
Tim Kimber
5677a13fd5
Don't check certificate is installed when testing against staging server
5 years ago
Tim Kimber
36f9b1912b
Hardcode bats release to avoid test fragility
5 years ago
Tim Kimber
d359059971
Tests for wildcard changes
5 years ago
Tim Kimber
c6b75847a4
When retrying DNS_ADD, delete first
5 years ago
Tim Kimber
9e4372c5b6
Don't check all the auth servers as one DuckDNS server isn't updating
5 years ago
Tim Kimber
f44346f835
Reduce number of DNS lookup attempts and retry DNS_ADD
5 years ago
Tim Kimber
8871da0b2c
Add tests for changing SANS (bug not fixed)
5 years ago
Tim Kimber
96d987c07b
Add CHECK_PUBLIC_DNS_SERVER
5 years ago
Tim Kimber
cb5941307a
Change staging tests to use all auth dns servers
5 years ago
Tim Kimber
0f422225f4
Update all docker images to include drill (for unit tests)
5 years ago
Tim Kimber
55ea0642c7
Add unit test for get_auth_dns using drill
5 years ago
Tim Kimber
cfd6562e9b
Fix the dns test config files
5 years ago
Tim Kimber
36c92d150e
Fixes and changes to test get_auth_dns
5 years ago
Tim Kimber
2d6d471933
make executable
5 years ago
Tim Kimber
f644f97ab6
Remove ACL from cfg for dns tests
5 years ago
Tim Kimber
8c3210e4d9
Add tests for multiple ACL
5 years ago
Tim Kimber
fb1823e356
Retry DNS_ADD_COMMAND if dns isn't updated after waiting 10 times
5 years ago
Tim Kimber
c1346a1be8
Merge staging server tests into normal tests
5 years ago
Tim Kimber
07bf481a59
Increase DNS_EXTRA_WAIT to allow dns changes extra time to propagate
5 years ago
Tim Kimber
50310a722a
Fix bug when SANS is separated by commas and spaces
5 years ago
Tim Kimber
693c37d4db
Fix some test fragility
5 years ago
Tim Kimber
82fa60a81f
Fix tests for old nginx
5 years ago
Tim Kimber
0b4a8e505a
Add test for certificate created but not installed
5 years ago
Tim Kimber
ac4f848dac
Include tls1.3 in the tests
5 years ago
Tim Kimber
73a7939f4f
Fix DOMAIN_CERT and DOMAIN_KEY
5 years ago
Tim Kimber
1bed21bff5
Fix bug detecting the nginx version
5 years ago
Tim Kimber
5c66f2956d
Test space delimited SANS using DNS-01 authentication
5 years ago
Tim Kimber
13f3a8b8de
Support space delimited SANS
5 years ago
Tim Kimber
31958a27f3
Check error message shown if ACL has a leading space
5 years ago
Tim Kimber
8499616128
Support centos8
5 years ago
Tim Kimber
98ee28cd52
Merge pebble dns and staging dns tests
6 years ago
Tim Kimber
19369723ca
Add/fix tests for CHECK_REMOTE and DUAL_RSA_ECDSA
6 years ago
Tim Kimber
59ea8bfe4a
Update nginx config to test both certificates
6 years ago
Tim Kimber
913b7fcbb8
Add tests for obtain_ca_resource_locations and no CA suffix
6 years ago
Tim Kimber
d568e15563
Update test to test using staging server
6 years ago
Tim Kimber
fc4add8747
Test --revoke
6 years ago
Tim Kimber
2287057e38
Add test for --notify-valid
6 years ago
Tim Kimber
dfba3304e4
Add testing for the auto-update to v02 feature
6 years ago
Tim Kimber
919aed2cdb
Fix missing fullchain.ec.crt when creating dual certificates
6 years ago
Tim Kimber
61fe4647ad
Add tests for #553
6 years ago
Tim Kimber
472ea2312f
Set noninteractive so tests don't hang
6 years ago
Tim Kimber
065356bcc8
Tweak the 'not found' check
6 years ago
Tim Kimber
23d4d6ae65
Move test for failed,warning,error to test_helper, add test for "not found"
6 years ago