Skip to content
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

[cacl] work around the docker bridge network issue #4433

Merged
merged 1 commit into from Oct 7, 2021

Conversation

yxieca
Copy link
Collaborator

@yxieca yxieca commented Oct 6, 2021

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 201911

Approach

What is the motivation for this PR?

There is a docker bridge network issue that would randomly cause "docker inspect bridge" to not show 'Gateway' IP.

Reference: moby/moby#26799

How did you do it?

We could use the 'Subnet' entry for the test purpose.

How did you verify/test it?

Run test against device exhibiting the docker bridge network issue.

There is a docker bridge network issue that would randomly
cause "docker inspect bridge" to not show 'Gateway' IP.

We could use the 'Subnet' entry for the test purpose.

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
@yxieca yxieca requested a review from a team as a code owner October 6, 2021 21:40
@yxieca yxieca changed the title [calc] work around the docker bridge network issue [cacl] work around the docker bridge network issue Oct 6, 2021
@yxieca yxieca requested a review from neethajohn October 6, 2021 21:44
@yxieca yxieca merged commit 33e39cf into sonic-net:master Oct 7, 2021
@yxieca yxieca deleted the calc branch October 7, 2021 02:16
@neethajohn neethajohn linked an issue Oct 7, 2021 that may be closed by this pull request
119064273 pushed a commit to 119064273/sonic-mgmt that referenced this pull request Jan 25, 2022
What is the motivation for this PR?
There is a docker bridge network issue that would randomly cause "docker inspect bridge" to not show 'Gateway' IP.

Reference: moby/moby#26799

How did you do it?
We could use the 'Subnet' entry for the test purpose.

How did you verify/test it?
Run test against device exhibiting the docker bridge network issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analyze/fix cacl/test_cacl_application.py
2 participants