use http to avoid not ssl support for wget in busybox

This commit is contained in:
Seth Jennings 2016-02-27 00:02:44 -06:00
parent 06ac85ca29
commit 56451de991

View File

@ -269,7 +269,7 @@ func TestDockerContainerNetworkStats(t *testing.T) {
defer fm.Cleanup()
// Wait for the container to show up.
containerId := fm.Docker().RunBusybox("watch", "-n1", "wget", "https://www.google.com/")
containerId := fm.Docker().RunBusybox("watch", "-n1", "wget", "http://www.google.com/")
waitForContainer(containerId, fm)
time.Sleep(10 * time.Second)