Expected Behavior
Conformance tests should test the propagation of labels between Service -> Configuration -> Revision.
for example the Revision object has the following labels:
Configuration name
Service name
and the KPA and Deployment objects have the following labels:
and the Route object has the following labels:
These are just a few examples.
Actual Behavior
Conformance tests does not test for the labels on the different objects.
Steps to Reproduce the Problem
- check the conformance test
Expected Behavior
Conformance tests should test the propagation of labels between Service -> Configuration -> Revision.
for example the
Revisionobject has the following labels:ConfigurationnameServicenameand the
KPAandDeploymentobjects have the following labels:Revisionnameand the
Routeobject has the following labels:ServicenameThese are just a few examples.
Actual Behavior
Conformance tests does not test for the labels on the different objects.
Steps to Reproduce the Problem