Tibor Vass
|
59e55dcdd0
rm-gocheck: run goimports to compile successfully
|
5 年之前 |
Tibor Vass
|
81d2a0c389
rm-gocheck: comment out check.Suite calls
|
5 年之前 |
Tibor Vass
|
6a8a9738ec
rm-gocheck: redress check.Suite calls
|
5 年之前 |
Tibor Vass
|
d0fc8d082d
rm-gocheck: True
|
5 年之前 |
Tibor Vass
|
64a161aa3e
rm-gocheck: NotNil
|
5 年之前 |
Tibor Vass
|
2743e2d8bc
rm-gocheck: IsNil
|
5 年之前 |
Tibor Vass
|
491ef7b901
rm-gocheck: HasLen -> assert.Equal + len()
|
5 年之前 |
Tibor Vass
|
6dc7f4c167
rm-gocheck: Equals -> assert.Equal
|
5 年之前 |
Tibor Vass
|
0fa116fa8f
rm-gocheck: Not(Equals) -> a != b
|
5 年之前 |
Tibor Vass
|
230f7bcc02
rm-gocheck: normalize to use checker
|
5 年之前 |
Tibor Vass
|
1d92789b4f
rm-gocheck: check.C -> testing.T
|
5 年之前 |
Tibor Vass
|
1f69c62540
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 年之前 |
Tibor Vass
|
36e7001b99
rm-gocheck: redress multiline c.Assert calls
|
5 年之前 |
Tibor Vass
|
931edfe5e9
prepare for rm-gocheck script
|
5 年之前 |
Tibor Vass
|
e07a3f2917
integration-cli: fix tests that are silently succeeding when they should not compile
|
5 年之前 |
Sebastiaan van Stijn
|
7f37d99ef5
integration-cli: remove redundant "testrequires"
|
6 年之前 |
Sebastiaan van Stijn
|
7204341950
integration-cli: remove ExecSupport check
|
6 年之前 |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 年之前 |
Sebastiaan van Stijn
|
43b15e924f
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
|
6 年之前 |
Kir Kolyshkin
|
83363fb2d4
integration: use %s for check.Commentf()
|
6 年之前 |
Flavio Crisciani
|
a2bb2144b3
Fix flakyness in TestDockerNetworkInternalMode
|
7 年之前 |
Sebastiaan van Stijn
|
ddd8a6572d
Fix ineffassign linting
|
7 年之前 |
Chris Telfer
|
efb7909bef
Update tests w/ new libnetwork contraints
|
7 年之前 |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 年之前 |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 年之前 |
Vincent Demeester
|
239a8a5189
Small daemon refactoring and add swarm init/join helpers
|
7 年之前 |
Dennis Chen
|
f041953d04
Fix a misused network object name
|
7 年之前 |
Dennis Chen
|
0d31dee5ec
Network testing with `busybox:glibc`
|
7 年之前 |
Sebastiaan van Stijn
|
da8032d7d3
Remove deprecated environment.ExperimentalDaemon()
|
7 年之前 |
Kenfe-Mickael Laventure
|
ddae20c032
Update libcontainerd to use containerd 1.0
|
7 年之前 |