Merge pull request #36633 from adshmh/add-missing-setup-test-call-to-TestNetworkLoopbackNat

Add the missing call to setupTest to TestNetworkLoopbackNat test
This commit is contained in:
Sebastiaan van Stijn 2018-03-19 20:45:22 +01:00 committed by GitHub
commit 60e2dc2686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ func TestNetworkLocalhostTCPNat(t *testing.T) {
func TestNetworkLoopbackNat(t *testing.T) {
skip.If(t, testEnv.IsRemoteDaemon())
defer setupTest(t)()
msg := "it works"
startServerContainer(t, msg, 8080)