зеркало из https://github.com/microsoft/docker.git
integration-cli: make TestPsGroupPortRange fast
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
Родитель
9707286a5c
Коммит
cfa8aaf16f
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче