Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MockCA_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ in a second shell:
Or via the docker container:

```sh
docker run --rm -it ghcr.io/siemens/cmp-test-base:latest --mockca 5000
docker run --rm -it ghcr.io/siemens/cmp-test:latest --mockca 5000
```

#### Expected output
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ Run tests against it (in a new shell):
make test env=mock_ca
```

Or via the docker container:

```sh
docker run --rm -it ghcr.io/siemens/cmp-test:latest --mockca 5000
```

# Acknowledgments
The development of the CMP test suite was partly funded by the German Federal Ministry of Education and Research
in the project Quoryptan through grant number 16KIS2033.
Loading