summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_inspect_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration(-cli): remove some redundant formattingSebastiaan van Stijn2022-10-081-1/+1
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-3/+2
* integration-cli: add utility to check if snapshotters are enabledSebastiaan van Stijn2022-08-241-2/+1
* integration-cli: Correct emptyfs id under c8dPaweł Gronowski2022-08-161-0/+6
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-29/+41
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: normalize comment formattingSebastiaan van Stijn2019-11-271-15/+14
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-8/+8
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-11/+11
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-19/+16
* rm-gocheck: Not(Contains) -> !strings.ContainsTibor Vass2019-09-091-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: NotNilTibor Vass2019-09-091-1/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-7/+7
* rm-gocheck: HasLen -> assert.Equal + len()Tibor Vass2019-09-091-2/+2
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-25/+25
* rm-gocheck: Not(Equals) -> a != bTibor Vass2019-09-091-4/+4
* rm-gocheck: Not(IsNil) -> != nilTibor Vass2019-09-091-4/+4
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-8/+8
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-30/+30
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-60/+60
* prepare for rm-gocheck scriptTibor Vass2019-09-091-2/+3
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-33/+33
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* more fixes on integrationAnda Xu2018-05-221-7/+0
* fix and skip some tests based on API versionAnda Xu2018-05-151-1/+1
* Remove deprecated environment.DaemonPlatform()Sebastiaan van Stijn2018-01-151-3/+3
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+1
* [integration] make runSleepingContainer use cli packageVincent Demeester2017-04-161-1/+1
* Clean some function in docker_utils_test.goVincent Demeester2017-04-121-3/+0
* do not fail fast when executing inspect commandallencloud2017-03-101-8/+16
* Merge pull request #30165 from xulike666/fix-typo-6/36Sebastiaan van Stijn2017-01-191-2/+2
|\
| * fix typoAaron.L.Xu2017-01-191-2/+2
* | Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-4/+4
|/
* Tidy kernel version in testsJohn Howard2017-01-031-5/+0
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-2/+2
* Introduce a environment package in integration-cliVincent Demeester2016-12-291-1/+2
* Clean integration-cli/utils.go from most of its contentVincent Demeester2016-12-281-8/+9
* Fix inspect object by invalid referenceTonis Tiigi2016-12-231-0/+8
* Implement content addressability for pluginsTonis Tiigi2016-12-231-6/+6
* [integration-cli] skip plugin tests on non-x86Christopher Jones2016-12-121-1/+1
* Use check in params so we don't ignore errorsVincent Demeester2016-12-081-1/+1
* Fix `docker inspect <unkown object>` issue on WindowsYong Tang2016-12-061-0/+9
* Support plugins in `docker inspect`Yong Tang2016-12-021-0/+30
* Disable HTML escaping for JSON strings in `docker inspect`Yong Tang2016-09-291-0/+10
* Add engine-api types to dockerMichael Crosby2016-09-071-2/+2
* Windows: Enable multiple TestInspect testsJohn Howard2016-08-311-25/+16
* Remove unnecessary json.Unmarshal wrapper.Daniel Nephin2016-08-231-2/+2