Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests(conformance): enable HTTPRouteResponseHeaderModification #279

Merged
merged 2 commits into from
May 20, 2024

Conversation

programmer04
Copy link
Member

What this PR does / why we need it:

Enable HTTPRouteResponseHeaderModification and do some small opportunistic improvements.

Report generated locally

apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-05-20T22:08:30+02:00"
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.1.0
implementation:
  contact:
  - github.com/kong/gateway-operator/issues/new/choose
  organization: Kong
  project: gateway-operator
  url: github.com/kong/gateway-operator
  version: v1.2.2-41-g293bfed
kind: ConformanceReport
mode: default
profiles:
- core:
    result: partial
    skippedTests:
    - GatewayInvalidTLSConfiguration
    - GatewayModifyListeners
    - GatewayWithAttachedRoutes
    - HTTPRouteHTTPSListener
    - HTTPRouteHeaderMatching
    - HTTPRouteHostnameIntersection
    - HTTPRouteInvalidBackendRefUnknownKind
    - HTTPRouteListenerHostnameMatching
    - HTTPRouteObservedGenerationBump
    statistics:
      Failed: 0
      Passed: 24
      Skipped: 9
  extended:
    result: success
    statistics:
      Failed: 0
      Passed: 1
      Skipped: 0
    supportedFeatures:
    - HTTPRouteResponseHeaderModification
    unsupportedFeatures:
    - GatewayHTTPListenerIsolation
    - GatewayPort8080
    - GatewayStaticAddresses
    - HTTPRouteBackendRequestHeaderModification
    - HTTPRouteBackendTimeout
    - HTTPRouteHostRewrite
    - HTTPRouteMethodMatching
    - HTTPRouteParentRefPort
    - HTTPRoutePathRedirect
    - HTTPRoutePathRewrite
    - HTTPRoutePortRedirect
    - HTTPRouteQueryParamMatching
    - HTTPRouteRequestMirror
    - HTTPRouteRequestMultipleMirrors
    - HTTPRouteRequestTimeout
    - HTTPRouteSchemeRedirect
  name: GATEWAY-HTTP
  summary: Core tests partially succeeded with 9 test skips. Extended tests succeeded.

Which issue this PR fixes

Closes #60

@programmer04 programmer04 enabled auto-merge (squash) May 20, 2024 21:05
@programmer04 programmer04 merged commit 2c305c3 into main May 20, 2024
14 checks passed
@programmer04 programmer04 deleted the conformance-experimental branch May 20, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conformance: HTTPRouteResponseHeaderModification feature
2 participants