modify test_apache2 to use new format

This commit is contained in:
Erica Portnoy 2020-08-12 14:25:55 -07:00
parent efac74bdad
commit 1dfc73150a
2 changed files with 2 additions and 4 deletions

View file

@ -46,6 +46,7 @@ BootstrapDebCommon() {
openssl \
libffi-dev \
ca-certificates \
make # needed on debian 9 arm64 which doesn't have a python3 pynacl wheel
}

View file

@ -40,14 +40,11 @@ fi
cd letsencrypt
echo "Bootstrapping dependencies..."
sudo tests/letstest/scripts/bootstrap_os_packages.sh
sudo tests/letstest/scripts/bootstrap_os_packages.sh . "tools/venv3.py -e acme[dev] -e certbot[dev,docs] -e certbot-apache"
if [ $? -ne 0 ] ; then
exit 1
fi
. tests/letstest/scripts/set_python_envvars.sh
tools/venv3.py -e acme[dev] -e certbot[dev,docs] -e certbot-apache
sudo "venv3/bin/certbot" -v --debug --text --agree-tos \
--renew-by-default --redirect --register-unsafely-without-email \
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL