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

Add the missing call to setupTest to TestNetworkLoopbackNat test
Upstream-commit: 60e2dc26864370a315dbbb8e3325fe5cc78ba5d5
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-03-19 20:45:22 +01:00
committed by GitHub

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)