From 6f93ee084f84e158a3cd0b872a286595e880d079 Mon Sep 17 00:00:00 2001 From: YaoZengzeng Date: Wed, 3 Jul 2024 08:37:10 +0000 Subject: [PATCH] fix display error of e2e flags Signed-off-by: YaoZengzeng --- docs/proposal/e2e.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/proposal/e2e.md b/docs/proposal/e2e.md index 0abc5ed5e..d00aab1de 100644 --- a/docs/proposal/e2e.md +++ b/docs/proposal/e2e.md @@ -91,10 +91,10 @@ We can run E2E test by calling script `./test/e2e/run_test.sh`. The complete E2E For Github CI environment, all the above steps shoud be executed in full. But when test locally, we often want to skip some of these steps. We provide the following flags to skip some steps of the test: ---skip-install-dep skip installing dependencies ---skip-build skip deploying the local image registry and building Kmesh image ---skip-setup skip deploying k8s, istio and Kmesh ---only-run-tests skip all other steps and only deploying test applications and running E2E tests +- `--skip-install-dep`: skip installing dependencies +- `--skip-build`: skip deploying the local image registry and building Kmesh image +- `--skip-setup`: skip deploying k8s, istio and Kmesh +- `--only-run-tests`: skip all other steps and only deploying test applications and running E2E tests For example, if we want to repeatedly run the E2E test locally, then except for the first time, subsequent executions can use the following command, avoid unnecessary download and build: