Skip to content

Commit

Permalink
test: test ocsp must staple with pebble
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed May 1, 2024
1 parent c3d5ccf commit 64f1a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
permissions_custom,
symlinks,
acme_hooks,
ocsp_must_staple,
]
setup: [2containers, 3containers]
acme-ca: [pebble]
Expand All @@ -110,12 +111,6 @@ jobs:
setup: 3containers
acme-ca: pebble
pebble-config: pebble-config-eab.json
- test-name: ocsp_must_staple
setup: 2containers
acme-ca: boulder
- test-name: ocsp_must_staple
setup: 3containers
acme-ca: boulder
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 1 addition & 7 deletions test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ globalTests+=(
permissions_custom
symlinks
acme_hooks
ocsp_must_staple
)

# The acme_eab test requires Pebble with a specific configuration
Expand All @@ -26,10 +27,3 @@ if [[ "$ACME_CA" == 'pebble' && "$PEBBLE_CONFIG" == 'pebble-config-eab.json' ]];
acme_eab
)
fi

# The ocsp_must_staple test does not work with Pebble
if [[ "$ACME_CA" == 'boulder' ]]; then
globalTests+=(
ocsp_must_staple
)
fi

0 comments on commit 64f1a48

Please sign in to comment.