Conformance tests verifies knative eventing implementation for expected behavior
described in
specification.
Run test with e2e tag and optionally select conformance test
NOTE: Make sure you have built the
test images!
go test -v -tags=e2e -count=1 ./test/conformance/...
go test -v -timeout 30s -tags e2e knative.dev/eventing/test/conformance -run ^TestMustPassTracingHeaders$
go test -v -timeout 30s -tags e2e knative.dev/eventing/test/conformance -run ^TestMustPassTracingHeaders$ --kubeconfig $KUBECONFIG
When developing a new broker, or testings against a preexisting broker setup you
can specify:
go test -v -tags e2e knative.dev/eventing/test/conformance -brokername=foo -brokernamespace=bar -run TestBrokerV1Beta1DataPlaneIngress