README
¶
Conformance tests
Conformance tests verifies kantive eventing implementation for expected behavior described in specification.
Running performance tests
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
Click to show internal directories.
Click to hide internal directories.