Tibor Vass
|
fa8d7029a7
rm-gocheck: Not(IsNil) -> != nil
|
5 лет назад |
Tibor Vass
|
c8da7fbd25
rm-gocheck: normalize to use checker
|
5 лет назад |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 лет назад |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 лет назад |
Tibor Vass
|
02545bf320
prepare for rm-gocheck script
|
6 лет назад |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 лет назад |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 лет назад |
Anda Xu
|
b9b4f88870
more fixes on integration
|
7 лет назад |
Anda Xu
|
e440831802
fix and skip some tests based on API version
|
7 лет назад |
Sebastiaan van Stijn
|
18a771a761
Remove deprecated environment.DaemonPlatform()
|
7 лет назад |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 лет назад |
Brian Goff
|
ebcb7d6b40
Remove string checking in API error handling
|
8 лет назад |
Vincent Demeester
|
a899aa6796
[integration] make runSleepingContainer use cli package
|
8 лет назад |
Vincent Demeester
|
10e171cd94
Clean some function in docker_utils_test.go
|
8 лет назад |
allencloud
|
fb1f22b06a
do not fail fast when executing inspect command
|
8 лет назад |
Sebastiaan van Stijn
|
de0328560b
Merge pull request #30165 from xulike666/fix-typo-6/36
|
8 лет назад |
Aaron.L.Xu
|
40af569164
fix typo
|
8 лет назад |
Vincent Demeester
|
c8016e669f
Use testEnv methods and remove most of the global variables
|
8 лет назад |
John Howard
|
b06692b1a9
Tidy kernel version in tests
|
8 лет назад |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 лет назад |
Vincent Demeester
|
433e2e8a1e
Introduce a environment package in integration-cli
|
8 лет назад |
Vincent Demeester
|
def13fa23c
Clean integration-cli/utils.go from most of its content
|
8 лет назад |
Tonis Tiigi
|
3cd39aaeab
Fix inspect object by invalid reference
|
8 лет назад |
Tonis Tiigi
|
3d86b0c79b
Implement content addressability for plugins
|
8 лет назад |
Christopher Jones
|
ebff8c79a3
[integration-cli] skip plugin tests on non-x86
|
8 лет назад |
Vincent Demeester
|
bcad3d5212
Use check in params so we don't ignore errors
|
8 лет назад |
Yong Tang
|
88fcdb0a82
Fix `docker inspect <unkown object>` issue on Windows
|
8 лет назад |
Yong Tang
|
90bb2cdb9f
Support plugins in `docker inspect`
|
8 лет назад |
Yong Tang
|
0fa20ad13b
Disable HTML escaping for JSON strings in `docker inspect`
|
8 лет назад |
Michael Crosby
|
91e197d614
Add engine-api types to docker
|
8 лет назад |