mirror of
https://github.com/alibaba/higress.git
synced 2026-03-05 09:00:47 +08:00
feat: run the specific e2e test with environment variable (#975)
Signed-off-by: Ink33 <Ink33@smlk.org>
This commit is contained in:
@@ -22,6 +22,7 @@ Higress provides make target to run ingress api conformance tests and wasmplugin
|
||||
+ Build ALL GO WasmPlugins for testing: `make higress-wasmplugin-test`
|
||||
+ Only build one GO WasmPlugin for testing: `PLUGIN_NAME=request-block make higress-wasmplugin-test`
|
||||
+ Only build one CPP WasmPlugin for testing: `PLUGIN_TYPE=CPP PLUGIN_NAME=key_auth make higress-wasmplugin-test`
|
||||
+ Only run the specific test, splited by comma `TEST_SHORTNAME=WasmPluginsIPRestrictionAllow,WasmPluginsIPRestrictionDeny make higress-wasmplugin-test`
|
||||
|
||||
It can be divided into below steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user