Skip to content

Commit

Permalink
chore: donot use space in short name (#4608)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Nov 2, 2024
1 parent a88e6eb commit ee33b28
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/e2e/tests/authorization_client_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
}

var AuthorizationClientIPTest = suite.ConformanceTest{
ShortName: "Authorization with client IP",
ShortName: "AuthzWithClientIP",
Description: "Authorization with client IP Allow/Deny list",
Manifests: []string{"testdata/authorization-client-ip.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/authorization_default_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
}

var AuthorizationDefaultActionTest = suite.ConformanceTest{
ShortName: "Authorization with default actions",
ShortName: "AuthzWithDefaultActions",
Description: "Authorization with default actions",
Manifests: []string{"testdata/authorization-default-action.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/authorization_jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func init() {
}

var AuthorizationJWTTest = suite.ConformanceTest{
ShortName: "Authorization with jwt claims and scopes",
ShortName: "AuthzWithJWTClaimsScopes",
Description: "Authorization with jwt claims and scopes",
Manifests: []string{"testdata/authorization-jwt.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/backend_tls_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func init() {
}

var BackendTLSSettingsTest = suite.ConformanceTest{
ShortName: "Backend tls settings",
ShortName: "BackendTLSSettings",
Description: "Use envoy proxy tls settings with backend",
Manifests: []string{"testdata/backend-tls-settings.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/gateway_infra_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func init() {
}

var GatewayInfraResourceTest = suite.ConformanceTest{
ShortName: "GatewayInfraResourceTest",
ShortName: "GatewayInfraResource",
Description: "Gateway Infra Resource E2E Test",
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
gatewayTypeMeta := metav1.TypeMeta{
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/gatewayt-with-envoyproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
}

var GatewayWithEnvoyProxy = suite.ConformanceTest{
ShortName: "Gateway with EnvoyProxy",
ShortName: "GatewayWithEnvoyProxy",
Description: "Attach an EnvoyProxy to a Gateway",
Manifests: []string{"testdata/gateway-with-envoyproxy.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/wasm_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func init() {

// HTTPWasmTest tests Wasm extension for an http route with HTTP Wasm configured.
var HTTPWasmTest = suite.ConformanceTest{
ShortName: "Wasm HTTP Code Source",
ShortName: "WasmHTTPCodeSource",
Description: "Test Wasm extension that adds response headers",
Manifests: []string{"testdata/wasm-http.yaml"},
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/wasm_oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func init() {

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

0 comments on commit ee33b28

Please sign in to comment.