summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_save_load_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of deprecated go-digest.NewDigestFromHex, go-digest.Digest.HexSebastiaan van Stijn2022-11-081-2/+2
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-13/+25
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-041-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-4/+3
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-3/+3
* integration-cli: use raw strings for regexes (gosimple)Sebastiaan van Stijn2019-09-181-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-6/+6
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-2/+2
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-6/+6
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-5/+3
* rm-gocheck: Not(Contains) -> !strings.ContainsTibor Vass2019-09-091-2/+2
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-6/+6
* rm-gocheck: Not(Equals) -> a != bTibor Vass2019-09-091-2/+2
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-2/+2
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-13/+13
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-13/+13
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-26/+29
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* Various code-cleanupSebastiaan van Stijn2018-05-231-3/+3
* fix and skip some tests based on API versionAnda Xu2018-05-151-1/+3
* Clean some integration-cli/fixtures package/filesVincent Demeester2018-04-161-1/+1
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-11/+10
* Remove testutil.ReadBodyDaniel Nephin2017-08-221-0/+1
* Remove ListTarDaniel Nephin2017-08-221-2/+20
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-2/+3
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-8/+13
* Clean more build utils in integration cliVincent Demeester2017-01-171-8/+3
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-13/+13
* Clean integration-cli/utils.go from most of its contentVincent Demeester2016-12-281-11/+12
* add defer file.Close to avoid potential fd leakallencloud2016-08-101-0/+1
* Say something useful during docker loadDoug Davis2016-06-081-0/+30
* Fix flaky TestSaveLoadParentsTonis Tiigi2016-04-061-1/+1
* Add parent references support to load/saveTonis Tiigi2016-03-211-0/+39
* Refine error message when save non-exist imageKai Qiang Wu(Kennan)2016-03-081-0/+10
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-1/+1
* Windows CI: Deal with failing tests for TP4John Howard2016-01-081-0/+1
* Fix for zero-sized layersDoug Davis2015-11-251-0/+9
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-10/+22
* Build and test Docker on IBM Power and Z using gccgo. Enable CI on Power and Z.Srini Brahmaroutu2015-11-141-2/+5
* update test using c.Assert replace c.FatalHao Zhang2015-10-121-78/+32
* Merge pull request #15693 from vdemeester/15659-image-label-filterJess Frazelle2015-10-081-0/+4
|\
| * Fix filter by label for docker imagesVincent Demeester2015-08-221-0/+4
* | Merge pull request #16076 from vbatts/export_image_timesVincent Demeester2015-10-011-0/+20
|\ \
| * | save: integration test for timestamp matchingVincent Batts2015-10-011-0/+20
| |/