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

Renaming driver name to lower case for usability #973

Merged
merged 1 commit into from Mar 1, 2016
Merged

Renaming driver name to lower case for usability #973

merged 1 commit into from Mar 1, 2016

Conversation

msabansal
Copy link
Contributor

Also added portmapping support for the windows driver. (Still requires some work in HNS to be fully supported).

CI results from TP5 Build:

C:\gopath\src\github.com\docker\libnetwork\drivers\windows>godep go test -v
=== RUN TestNAT
--- PASS: TestNAT (0.85s)
=== RUN TestTransparent
--- PASS: TestTransparent (13.40s)
PASS
ok github.com/docker/libnetwork/drivers/windows 14.318s

C:\gopath\src\github.com\docker\libnetwork\drivers\windows>godep go test -v
=== RUN TestNAT
--- PASS: TestNAT (0.87s)
=== RUN TestTransparent
--- PASS: TestTransparent (13.57s)
PASS
ok github.com/docker/libnetwork/drivers/windows 14.502s

…ping to surface

Signed-off-by: msabansal <sabansal@microsoft.com>
@msabansal
Copy link
Contributor Author

Tests also need to be updated slightly. Fixed and ran again. (they will not fail as the driver name is case insensitive in HNS)

C:\gopath\src\github.com\docker\libnetwork\drivers\windows>godep go test -v
=== RUN TestNAT
--- PASS: TestNAT (1.15s)
=== RUN TestTransparent
--- PASS: TestTransparent (13.36s)
PASS
ok github.com/docker/libnetwork/drivers/windows 14.615s

C:\gopath\src\github.com\docker\libnetwork\drivers\windows>

@mavenugo
Copy link
Contributor

mavenugo commented Mar 1, 2016

LGTM

1 similar comment
@aboch
Copy link
Contributor

aboch commented Mar 1, 2016

LGTM

aboch added a commit that referenced this pull request Mar 1, 2016
Renaming driver name to lower case for usability
@aboch aboch merged commit 32224c4 into moby:master Mar 1, 2016
@msabansal
Copy link
Contributor Author

@aboch @mavenugo Thanks

@msabansal msabansal deleted the portmapfix branch March 1, 2016 18:58
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

4 participants