From 2e8d92b34318de6d5a74da2d8bdca744992da7e6 Mon Sep 17 00:00:00 2001 From: Struan Bartlett Date: Thu, 18 Jan 2024 21:53:42 +0000 Subject: [PATCH] Document automated testing procedure --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d1f84d5..4e42eb7 100644 --- a/README.md +++ b/README.md @@ -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.