Skip to content

Commit 2e8d92b

Browse files
committed
Document automated testing procedure
1 parent b7f58db commit 2e8d92b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ Run `docker-ingress-routing-daemon --uninstall` on each node.
122122

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

125+
An automated test is included in the [RunCVM](https://github.com/newsnowlabs/runcvm) repo. Run it with:
126+
127+
```sh
128+
git clone https://github.com/newsnowlabs/runcvm.git && \
129+
cd runcvm/tests/00-http-docker-swarm && \
130+
NODES=3 DIRD=1 ./test
131+
```
132+
125133
## Production testing
126134

127135
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.

0 commit comments

Comments
 (0)