Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <ferrand.ad@gmail.com>2021-02-09 18:12:27 +0300
committerAdrien Ferrand <ferrand.ad@gmail.com>2021-02-09 18:12:27 +0300
commit534a38f24c0a65c59bf42579fe77dd2302bb0cd4 (patch)
tree8310526afb9f3c95c2878803f8ae447deb463d61
parent8f0db13785f30821d853ef38c0d3e80adeb8ed9d (diff)
Remove letstest on Amazon Linuxtest-disable-certbot-auto-rhel
-rw-r--r--tests/letstest/auto_targets.yaml7
-rwxr-xr-xtests/letstest/scripts/test_leauto_upgrades.sh2
2 files changed, 1 insertions, 8 deletions
diff --git a/tests/letstest/auto_targets.yaml b/tests/letstest/auto_targets.yaml
index 164580e86..01d410227 100644
--- a/tests/letstest/auto_targets.yaml
+++ b/tests/letstest/auto_targets.yaml
@@ -57,10 +57,3 @@ targets:
type: centos
virt: hvm
user: centos
- #-----------------------------------------------------------------------------
- # Amazon Linux
- - ami: ami-0ff8a91507f77f867
- name: amazon
- type: centos
- virt: hvm
- user: ec2-user
diff --git a/tests/letstest/scripts/test_leauto_upgrades.sh b/tests/letstest/scripts/test_leauto_upgrades.sh
index d0b941736..407a865f2 100755
--- a/tests/letstest/scripts/test_leauto_upgrades.sh
+++ b/tests/letstest/scripts/test_leauto_upgrades.sh
@@ -156,7 +156,7 @@ fi
# Finally, we check if our local server received more requests. Over time,
# we'll move more and more OSes into this case until it this is the expected
# behavior on all systems.
-if [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue; then
+if [ -f /etc/redhat-release ]; then
if ! diff "$LOG_FILE" "$PREVIOUS_LOG_FILE" ; then
echo our local server received unexpected requests
exit 1