You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Create reconciliation policy tests that focus on the targetRef field.
For example, if the targetRef of a DNSPolicy points to a gateway with hostname A, update targetRef to another gateway with hostname B and verify that the DNS records are updated accordingly. Similarly with AuthPolicy, RateLimitPolicy, and TLSPolicy.
Documentation
Test Cases
AuthPolicy: Change targetRef from Gateway A (hostname A) to Gateway B (hostname B) (Covered in PR #622)
RateLimitPolicy: Change targetRef from Gateway A (hostname A) to Gateway B (hostname B) (Covered in PR #622)
DNSPolicy: Change targetRef from Gateway A (hostname A) to Gateway B (hostname B)
TLSPolicy: Change targetRef from Gateway A (hostname A) to Gateway B (hostname B)
The text was updated successfully, but these errors were encountered:
Summary
Create reconciliation policy tests that focus on the
targetRef
field.For example, if the
targetRef
of aDNSPolicy
points to a gateway with hostname A, updatetargetRef
to another gateway with hostname B and verify that the DNS records are updated accordingly. Similarly withAuthPolicy
,RateLimitPolicy
, andTLSPolicy
.Documentation
Test Cases
targetRef
from Gateway A (hostname A) to Gateway B (hostname B) (Covered in PR #622)targetRef
from Gateway A (hostname A) to Gateway B (hostname B) (Covered in PR #622)targetRef
from Gateway A (hostname A) to Gateway B (hostname B)targetRef
from Gateway A (hostname A) to Gateway B (hostname B)The text was updated successfully, but these errors were encountered: