Skip to content

Commit 9cd7954

Browse files
authored
Delete akamai-purger (#8352)
The akamai-purger service no longer has any callers. Remove the code implementing this service, the tests which cover the service, and the akamai-test-srv API fake. Fixes #8346
1 parent 84207fe commit 9cd7954

24 files changed

+7
-2020
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ To run unit tests and integration tests with coverage:
139139
docker compose run --use-aliases boulder ./test.sh --unit --integration --coverage --coverage-dir=./test/coverage/mytestrun
140140
```
141141

142-
To run specific integration tests (example runs TestAkamaiPurgerDrainQueueFails and TestWFECORS):
142+
To run specific integration tests (example runs TestGenerateValidity and TestWFECORS):
143143

144144
```shell
145-
docker compose run --use-aliases boulder ./test.sh --filter TestAkamaiPurgerDrainQueueFails/TestWFECORS
145+
docker compose run --use-aliases boulder ./test.sh --filter TestGenerateValidity/TestWFECORS
146146
```
147147

148148
To get a list of available integration tests:

0 commit comments

Comments
 (0)