-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
bridge: Add unit tests for outgoing NAT rules #46677
Conversation
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.
Thanks! More test coverage is always welcome.
Signed-off-by: Richard Hansen <rhansen@rhansen.org>
Test failures look unrelated; I think these are flaky (I'll check if we already have a tracking ticket for them);
|
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
Let me bring this one in; thanks! |
- What I did
Added unit tests for outgoing NAT rules.
This commit is preparation for my work-in-progress fix for #46469.
- How to verify it
make TESTDIRS='github.com/docker/docker/libnetwork/drivers/bridge/...' test-unit
- Description for the changelog
(not needed)