contour-operator
contour-operator copied to clipboard
Verify the status of HTTPRoute in e2e test
Please describe the problem you have
In e2e test, HTTPRoute's status is not verified after it was created.
e.g. https://github.com/projectcontour/contour-operator/blob/fd7f2b3717443bc0ca0d1c496ed5d4d6cd50e513/test/e2e/operator_test.go#L544-L547
The test should verify the ConditionRouteAdmitted status.