Skip to content

Commit ee33b28

Browse files
authored
chore: donot use space in short name (envoyproxy#4608)
Signed-off-by: zirain <[email protected]>
1 parent a88e6eb commit ee33b28

8 files changed

+8
-8
lines changed

test/e2e/tests/authorization_client_ip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func init() {
2626
}
2727

2828
var AuthorizationClientIPTest = suite.ConformanceTest{
29-
ShortName: "Authorization with client IP",
29+
ShortName: "AuthzWithClientIP",
3030
Description: "Authorization with client IP Allow/Deny list",
3131
Manifests: []string{"testdata/authorization-client-ip.yaml"},
3232
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/authorization_default_action.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func init() {
2626
}
2727

2828
var AuthorizationDefaultActionTest = suite.ConformanceTest{
29-
ShortName: "Authorization with default actions",
29+
ShortName: "AuthzWithDefaultActions",
3030
Description: "Authorization with default actions",
3131
Manifests: []string{"testdata/authorization-default-action.yaml"},
3232
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/authorization_jwt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func init() {
5959
}
6060

6161
var AuthorizationJWTTest = suite.ConformanceTest{
62-
ShortName: "Authorization with jwt claims and scopes",
62+
ShortName: "AuthzWithJWTClaimsScopes",
6363
Description: "Authorization with jwt claims and scopes",
6464
Manifests: []string{"testdata/authorization-jwt.yaml"},
6565
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/backend_tls_settings.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func init() {
4646
}
4747

4848
var BackendTLSSettingsTest = suite.ConformanceTest{
49-
ShortName: "Backend tls settings",
49+
ShortName: "BackendTLSSettings",
5050
Description: "Use envoy proxy tls settings with backend",
5151
Manifests: []string{"testdata/backend-tls-settings.yaml"},
5252
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/gateway_infra_resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func init() {
2727
}
2828

2929
var GatewayInfraResourceTest = suite.ConformanceTest{
30-
ShortName: "GatewayInfraResourceTest",
30+
ShortName: "GatewayInfraResource",
3131
Description: "Gateway Infra Resource E2E Test",
3232
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
3333
gatewayTypeMeta := metav1.TypeMeta{

test/e2e/tests/gatewayt-with-envoyproxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
}
2525

2626
var GatewayWithEnvoyProxy = suite.ConformanceTest{
27-
ShortName: "Gateway with EnvoyProxy",
27+
ShortName: "GatewayWithEnvoyProxy",
2828
Description: "Attach an EnvoyProxy to a Gateway",
2929
Manifests: []string{"testdata/gateway-with-envoyproxy.yaml"},
3030
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/wasm_http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func init() {
2727

2828
// HTTPWasmTest tests Wasm extension for an http route with HTTP Wasm configured.
2929
var HTTPWasmTest = suite.ConformanceTest{
30-
ShortName: "Wasm HTTP Code Source",
30+
ShortName: "WasmHTTPCodeSource",
3131
Description: "Test Wasm extension that adds response headers",
3232
Manifests: []string{"testdata/wasm-http.yaml"},
3333
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

test/e2e/tests/wasm_oci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func init() {
6060

6161
// OCIWasmTest tests Wasm extension for an http route with OCI Wasm configured.
6262
var OCIWasmTest = suite.ConformanceTest{
63-
ShortName: "Wasm OCI Image Code Source",
63+
ShortName: "WasmOCIImageCodeSource",
6464
Description: "Test OCI Wasm extension",
6565
Manifests: []string{"testdata/wasm-oci.yaml", "testdata/wasm-oci-registry-test-server.yaml"},
6666
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {

0 commit comments

Comments
 (0)