apisnoop / gateway-api-test-framework

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

skip printing report #69

Closed heyste closed 4 months ago

heyste commented 4 months ago

Even though the report option is set, it doesn't get created.

    --report-output=${REPORT} \
$ ./run-conformance-suite.sh 
...

    --- PASS: TestConformance/TLSRouteInvalidReferenceGrant (1.39s)
        --- PASS: TestConformance/TLSRouteInvalidReferenceGrant/TLSRoute_with_BackendRef_in_another_namespace_and_no_ReferenceGrant_covering_the_Service_has_a_ResolvedRefs_Condition_with_status_False_and_Reason_RefNotPermitted (0.00s)
    --- PASS: TestConformance/TLSRouteSimpleSameNamespace (1.13s)
        --- PASS: TestConformance/TLSRouteSimpleSameNamespace/Simple_TLS_request_matching_TLSRoute_should_reach_infra-backend (0.01s)
PASS
ok      github.com/cilium/cilium/operator/pkg/gateway-api   93.268s
~/repos/github/apisnoop/gateway-api-test-framework

Conformance Suite completed.
cilium report saved: /tmp/conformance-suite-report-20240722-0938-cilium.yaml.

cat: /tmp/conformance-suite-report-20240722-0938-cilium.yaml: No such file or directory

Let's skip printing it if it doesn't exists