summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_save_load_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Windows: Get Integration CLI runningJohn Howard2015-09-041-1/+8
|/
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-2/+2
* Fix golint warnings for integration-cliBen Firshman2015-07-221-1/+1
* CI: use dockerCmd in integration-cli when possibleHu Keping2015-07-221-115/+29
* Cleanup not needed calls to deleteImagesAntonio Murdaca2015-07-131-3/+0
* Clean tests from not needed inspect callAntonio Murdaca2015-05-161-38/+12
* trivial: typo cleanupDavid Mackey2015-04-271-1/+1
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-7/+0
* delete "defer deleteContainer" on testsVincent Demeester2015-04-231-2/+0
* Use suite for integration-cliAlexander Morozov2015-04-211-64/+57
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-10/+10
* Reinit slice for each dir in searchMichael Crosby2015-02-251-1/+1
* Merge pull request #10510 from ashahab-altiscale/9875-lxc-image-layerMichael Crosby2015-02-251-1/+7
|\
| * Added /dev paths to layer comparisonAbin Shahab2015-02-051-1/+7
* | integ-cli: remove bash dependency from TestSaveDirectoryPermissionsAhmet Alp Balkan2015-02-241-3/+4
* | integration-cli: use pipes for save/load testsAhmet Alp Balkan2015-02-171-86/+74
|/
* Enable test-integration-cli for Windows platformArnaud Porterie2014-12-201-92/+0
* Make `FROM scratch` a special cased 'no-base' specJosh Hawn2014-12-181-3/+3
* Add build tests covering extraction in chrootCristian Staretu2014-12-111-0/+134