Skip to content

Commit 066ac80

Browse files
committed
test: test ocsp must staple with pebble
1 parent 327aa49 commit 066ac80

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
permissions_custom,
9898
symlinks,
9999
acme_hooks,
100+
ocsp_must_staple,
100101
]
101102
setup: [2containers, 3containers]
102103
acme-ca: [pebble]
@@ -110,12 +111,6 @@ jobs:
110111
setup: 3containers
111112
acme-ca: pebble
112113
pebble-config: pebble-config-eab.json
113-
- test-name: ocsp_must_staple
114-
setup: 2containers
115-
acme-ca: boulder
116-
- test-name: ocsp_must_staple
117-
setup: 3containers
118-
acme-ca: boulder
119114
runs-on: ubuntu-latest
120115

121116
steps:

test/config.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ globalTests+=(
1818
permissions_custom
1919
symlinks
2020
acme_hooks
21+
ocsp_must_staple
2122
)
2223

2324
# The acme_eab test requires Pebble with a specific configuration
@@ -26,10 +27,3 @@ if [[ "$ACME_CA" == 'pebble' && "$PEBBLE_CONFIG" == 'pebble-config-eab.json' ]];
2627
acme_eab
2728
)
2829
fi
29-
30-
# The ocsp_must_staple test does not work with Pebble
31-
if [[ "$ACME_CA" == 'boulder' ]]; then
32-
globalTests+=(
33-
ocsp_must_staple
34-
)
35-
fi

test/setup/pebble/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PEBBLE_VERSION='2.5.1'
1+
PEBBLE_VERSION='2.5.2'
22
PEBBLE_CONFIG='pebble-config.json'

0 commit comments

Comments
 (0)