-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add e2e test for FQDN policy rule enforcement when apps cache DNS (#6695
) For #6229 Pending the implementation of the minTTL feature, we add an e2e test to validate the behavior of FQDN policy rule enforcement when an application is caching DNS responses beyond the included TTL. As of now, the Antrea implementation only caches the IP obtained from the DNS response for the duration specified by the TTL. This means that if an application keeps using the same IP (because it was cached) beyond that TTL for a whitelisted FQDN, it will eventually fail. After we add support for the minTTL configuration parameter, the test will be updated to validate that the minTTL value is honored, and that until minTTL "expires", the application can keep using the same IP successfully. Signed-off-by: Hemant <[email protected]>
- Loading branch information
Showing
4 changed files
with
363 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.