Skip to content

Commit

Permalink
Document automated testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Jan 18, 2024
1 parent b7f58db commit 2e8d92b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ Run `docker-ingress-routing-daemon --uninstall` on each node.

The docker-ingress-routing-daemon can be tested on a single-node or multi-node docker swarm.

An automated test is included in the [RunCVM](https://github.com/newsnowlabs/runcvm) repo. Run it with:

```sh
git clone https://github.com/newsnowlabs/runcvm.git && \
cd runcvm/tests/00-http-docker-swarm && \
NODES=3 DIRD=1 ./test
```

## Production testing

The docker-ingress-routing-daemon is used in production on the website https://www.newsnow.co.uk/, currently handling in excess of 1,000 requests per second.
Expand Down

0 comments on commit 2e8d92b

Please sign in to comment.