File: certbot-pebble-integration.sh

package info (click to toggle)
python-acme 0.28.0-1~deb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • sloc: python: 4,054; makefile: 173; sh: 37
file content (16 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
# Simple integration test. Make sure to activate virtualenv beforehand
# (source venv/bin/activate) and that you are running Pebble test
# instance (see ./pebble-fetch.sh).

cleanup_and_exit() {
    EXIT_STATUS=$?
    unset SERVER
    exit $EXIT_STATUS
}

trap cleanup_and_exit EXIT

export SERVER=https://localhost:14000/dir

./tests/certbot-boulder-integration.sh