apisnoop / gateway-api-test-framework

Framework to test different gateway-api implementations
0 stars 1 forks source link

feat: add generation of gateway-api coverage data #47

Open BobyMCbobs opened 5 months ago

BobyMCbobs commented 5 months ago

adds generic generation of gateway-api coverage data, without detail on implementation

BobyMCbobs commented 5 months ago

To be accepted or to be used an a example for the *snoop repos.

heyste commented 4 months ago

The current config for cilium when testing gateway-api v1.1.0 fails. Can we please update the cilium conformance profile from

https://github.com/apisnoop/gateway-api-test-framework/blob/23a24247816821996c42865ab16e3507cb39779d/implementation/cilium.sh#L59

to

CONFORMANCE_PROFILES="GATEWAY-HTTP,GATEWAY-TLS"

so it matches the required format that's set in gateway-api/conformance/utils/suite/profiles.go