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

Fix test issues brought on by changes in inspect results #831

Closed
wants to merge 1 commit into from

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Oct 28, 2015

moby/moby#17393 changes the network settings struct a bit, which impacts tests checking values in inspect results.

moby/moby#17393 changes the network settings struct
a bit, which impacts tests checking values in inspect results

Signed-off-by: Joffrey F <joffrey@docker.com>
mac_address_expected,
res['NetworkSettings']['Networks']['bridge']['MacAddress']
)
except KeyError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a comment about why this needs to exist would be great (so we don't forget). Something about which API version would hit which branch.

That way we know when we can remove it as well.

@shin- shin- closed this Nov 11, 2015
@shin- shin- deleted the fix_tests_docker_17393 branch November 12, 2015 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants