-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gateway listeners support and new test #535
Conversation
a797fa2
to
32e4cd9
Compare
32e4cd9
to
8f13f3b
Compare
testsuite/tests/singlecluster/gateway/reconciliation/listeners/test_gateway_listeners_dns.py
Outdated
Show resolved
Hide resolved
testsuite/tests/singlecluster/gateway/reconciliation/listeners/test_gateway_basic_listeners.py
Outdated
Show resolved
Hide resolved
testsuite/tests/singlecluster/gateway/reconciliation/listeners/test_gateway_basic_listeners.py
Outdated
Show resolved
Hide resolved
c612ee5
to
9d946c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, it seems stable now. Good work!
15744b6
to
c6e56e3
Compare
^ Rebased due to #520 merging |
c6e56e3
to
9408fbf
Compare
^ Add forgotten |
Hupst, I missed this.
2nd hupst, I missed this Anyway, I ran |
testsuite/tests/singlecluster/gateway/reconciliation/listeners/conftest.py
Show resolved
Hide resolved
testsuite/tests/singlecluster/gateway/reconciliation/listeners/conftest.py
Outdated
Show resolved
Hide resolved
9408fbf
to
440faf6
Compare
^ Rebase and incorporate feedback |
Acceptance failing because of #543 |
440faf6
to
310d098
Compare
Signed-off-by: Alex Zgabur <[email protected]>
310d098
to
cc38bb6
Compare
Signed-off-by: Alex Zgabur <[email protected]>
cc38bb6
to
974a27e
Compare
Closes #308
Refactors test from previous PR Add Gateway listener dns test #504 to add support for new listeners gateway functions and e2e check for domain missing error.
Add function to return TTL value from DNSRecord CR corresponding with listener in Gateway, can be used to wait for DNS updates.
Add new test for adding/removing listeners from Gateway
These current PR's will need to be rebased to use new listeners support @averevki (or I will rebase this PR if these PR's will get merged first)
To verify the new tests run:
Due to changes to Gateway creation a full testsuite run should be performed as well.