mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2453 from dotcloud/remove_logs_from_tests
Testing: remove some logs from tests
This commit is contained in:
commit
2a9c18af52
1 changed files with 0 additions and 2 deletions
|
@ -608,7 +608,6 @@ func TestReloadContainerLinks(t *testing.T) {
|
|||
runningCount := 0
|
||||
for _, c := range runtime2.List() {
|
||||
if c.State.Running {
|
||||
t.Logf("Running container found: %v (%v)", c.ID, c.Path)
|
||||
runningCount++
|
||||
}
|
||||
}
|
||||
|
@ -623,7 +622,6 @@ func TestReloadContainerLinks(t *testing.T) {
|
|||
t.Fatalf("Container 2 %s should be registered first in the runtime", container2.ID)
|
||||
}
|
||||
|
||||
t.Logf("Number of links: %d", runtime2.containerGraph.Refs("0"))
|
||||
// Verify that the link is still registered in the runtime
|
||||
entity := runtime2.containerGraph.Get(container1.Name)
|
||||
if entity == nil {
|
||||
|
|
Loading…
Reference in a new issue