Skip to content
Merged
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ Unit tests are gating in CI for new code submission. To run them:
$ cargo test
```
In case you want to execute [Mockoon](https://mockoon.com/) based tests, you need to follow two steps:
1 - Start Mockoon with [appropriate configuration file](https://github.com/keylime/rust-keylime/blob/master/keylime-push-model-agent/test-data/verifier.json) on port 3000
2 - Execute tests through MOCKOON environment variable:

1. Start Mockoon with [appropriate configuration file](https://github.com/keylime/rust-keylime/blob/master/keylime-push-model-agent/test-data/verifier.json) on port 3000
2. Execute tests through MOCKOON environment variable:

```
$ MOCKOON=1 cargo test
```
Expand Down