瀏覽代碼

integration-cli: make TestPsGroupPortRange fast

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack 10 年之前
父節點
當前提交
cfa8aaf16f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)