1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# <bmw> rbasak: while it's not exactly pretty, here's a pretty decent
# one line test that certbot and its plugins and dependencies are
# installed correctly
# <bmw> certbot plugins --prepare | grep -q apache && certbot --help
# nginx | grep -q nginx-ctl
Test-Command: certbot plugins --prepare | grep -q apache
Depends: @
Restrictions: needs-root, allow-stderr
# End to end apache test
Tests: apache
Depends: @, pebble, apache2, curl
Restrictions: needs-root, allow-stderr, isolation-container
|