Kaynağa Gözat

integration-cli: make TestPsGroupPortRange fast

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack 10 yıl önce
ebeveyn
işleme
cfa8aaf16f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      integration-cli/docker_cli_ps_test.go

+ 1 - 1
integration-cli/docker_cli_ps_test.go

@@ -638,7 +638,7 @@ func TestPsLinkedWithNoTrunc(t *testing.T) {
 func TestPsGroupPortRange(t *testing.T) {
 	defer deleteAllContainers()
 
-	portRange := "3300-3900"
+	portRange := "3800-3900"
 	out, _, err := runCommandWithOutput(exec.Command(dockerBinary, "run", "-d", "--name", "porttest", "-p", portRange+":"+portRange, "busybox", "top"))
 	if err != nil {
 		t.Fatal(out, err)