Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 8, 2024
1 parent 63c4ffd commit 716dca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/storm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,24 @@ Run:
locust -f tests/storm/locustfile.py
```

And select the rook server to test in the web interface:
And select the rabbitmq server to test in the web interface:
http://0.0.0.0:8089

### Using tags

You can use tags to run specific tests:
```
locust -f tests/storm/locustfile.py --tags subset
locust -f tests/storm/locustfile.py --tags cmip6
```

Or exclude tags:
```
locust -f tests/storm/locustfile.py --exclude-tags meta
locust -f tests/storm/locustfile.py --exclude-tags wdcc
```

Existing tags:
* `meta`,
* `subset`,
* `average`,
* `workflow`
* `cmip6`,
* `wdcc`

See:
* https://docs.locust.io/en/stable/writing-a-locustfile.html#tag-decorator
Expand Down
File renamed without changes.

0 comments on commit 716dca6

Please sign in to comment.