package
0.99.0
Repository: https://github.com/openshift/knative-eventing.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author