contour-operator icon indicating copy to clipboard operation
contour-operator copied to clipboard

Verify the status of HTTPRoute in e2e test

Open nak3 opened this issue 4 years ago • 0 comments

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.

nak3 avatar Apr 05 '21 13:04 nak3