mirror of https://github.com/docker/docs.git
Merge pull request #9091 from duglin/CleanupIntTests
Cleanup some integration-cli output
This commit is contained in:
commit
a131032422
|
@ -169,7 +169,7 @@ func TestDaemonIptablesClean(t *testing.T) {
|
||||||
|
|
||||||
deleteAllContainers()
|
deleteAllContainers()
|
||||||
|
|
||||||
logDone("run,iptables - iptables rules cleaned after daemon restart")
|
logDone("daemon - run,iptables - iptables rules cleaned after daemon restart")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDaemonIptablesCreate(t *testing.T) {
|
func TestDaemonIptablesCreate(t *testing.T) {
|
||||||
|
@ -221,5 +221,5 @@ func TestDaemonIptablesCreate(t *testing.T) {
|
||||||
|
|
||||||
deleteAllContainers()
|
deleteAllContainers()
|
||||||
|
|
||||||
logDone("run,iptables - iptables rules for always restarted container created after daemon restart")
|
logDone("daemon - run,iptables - iptables rules for always restarted container created after daemon restart")
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,6 @@ func TestExecInteractiveStdinClose(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
contId := strings.TrimSpace(out)
|
contId := strings.TrimSpace(out)
|
||||||
println(contId)
|
|
||||||
|
|
||||||
returnchan := make(chan struct{})
|
returnchan := make(chan struct{})
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ func TestRmiTag(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
logDone("tag,rmi- tagging the same images multiple times then removing tags")
|
logDone("rmi - tag,rmi- tagging the same images multiple times then removing tags")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRmiTagWithExistingContainers(t *testing.T) {
|
func TestRmiTagWithExistingContainers(t *testing.T) {
|
||||||
|
|
|
@ -71,8 +71,7 @@ func TestSaveAndLoadRepoStdout(t *testing.T) {
|
||||||
|
|
||||||
os.Remove("/tmp/foobar-save-load-test.tar")
|
os.Remove("/tmp/foobar-save-load-test.tar")
|
||||||
|
|
||||||
logDone("save - save a repo using stdout")
|
logDone("save - save/load a repo using stdout")
|
||||||
logDone("load - load a repo using stdout")
|
|
||||||
|
|
||||||
pty, tty, err := pty.Open()
|
pty, tty, err := pty.Open()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -228,8 +227,7 @@ func TestSaveAndLoadRepoFlags(t *testing.T) {
|
||||||
|
|
||||||
os.Remove("/tmp/foobar-save-load-test.tar")
|
os.Remove("/tmp/foobar-save-load-test.tar")
|
||||||
|
|
||||||
logDone("save - save a repo using -o")
|
logDone("save - save a repo using -o && load a repo using -i")
|
||||||
logDone("load - load a repo using -i")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSaveMultipleNames(t *testing.T) {
|
func TestSaveMultipleNames(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue