From 8bb7606b567021c28e0e4bfb4d88c2cfb944a70c Mon Sep 17 00:00:00 2001 From: Achraf BOUAOUDA Date: Thu, 26 Sep 2024 12:42:08 +0200 Subject: [PATCH] doc(test-e2e): support custom network and subnet on remote e2e mode --- contributors/devel/sig-node/e2e-node-tests.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index 48dabfe66..0e33c52e2 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -115,6 +115,14 @@ This is useful if you have an host instance running already and want to run the make test-e2e-node REMOTE=true HOSTS="" ``` +## Run tests against a different network and subnet (not the default) + +This is useful if you want to run tests on a non-default network and subnet. + +```sh +make test-e2e-node REMOTE=true NETWORK=" SUBNET="" +``` + ## Delete instance after tests run This is useful if you want recreate the instance for each test run to trigger flakes related to starting the instance. @@ -364,4 +372,4 @@ even if the number is zero. ``` $ kubectl get pod -A $ kubectl describe node - ``` \ No newline at end of file + ```