# Manual Conformance Template See example here: [Broker Lifecycle Conformance](https://github.com/salaboy/knative-conformance-experiment/blob/main/eventing/broker-lifecycle-conformance.md) #### From: - [ ] Link to subheading in Spec #### From the Spec: - [ ] Copy and paste all relevant sections of the spec # Testing {COMPONENT} Conformance: We are going to be testing: - [ ] in plain english what is going to be tested. You can find the resources for running these tests inside the - [ ] Link to directory directory. - [ ] List out yaml files needed ## [Pre] {PRE-REQUISITE STEP} ``` KUBECTL COMMAND ``` ``` SOME EXPECTED OUTPUT ``` ## [Test] {SOME TEST} - [ ] Test Description - [ ] Test Command (Sometimes more than one e.g. a procedure) - [ ] Some expected output ``` SOME EXPECTED OUTPUT ```