summaryrefslogtreecommitdiff
path: root/integration-cli/fixtures_linux_daemon_test.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-5/+4
* Dockerfile: frozen images: update to bullseye, remove buildpack-depSebastiaan van Stijn2021-08-201-4/+4
* Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-191-2/+2
* Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-301-4/+4
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: remove unused functions and enable disabled testsSebastiaan van Stijn2019-09-181-9/+0
* integration-cli: fix incorrect permissions (staticcheck)Sebastiaan van Stijn2019-09-181-2/+2
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-4/+4
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-12/+12
* integration-cli: don't build -test images if they already existAleksa Sarai2019-03-131-9/+12
* Clean some integration-cli/fixtures package/filesVincent Demeester2018-04-161-1/+1
* Remove deprecated environment.DaemonPlatform()Sebastiaan van Stijn2018-01-151-2/+2
* TestRunSeccompProfileAllow32Bit: fixKir Kolyshkin2017-09-171-1/+1
* Refactor test environmentDaniel Nephin2017-08-301-2/+2
* Protect images in the integration/ suiteDaniel Nephin2017-08-091-10/+0
* Revert "Block obsolete socket families in the default seccomp profile"Justin Cormack2017-05-091-1/+1
* Move TearDownTest cleaning to environment packageVincent Demeester2017-03-011-5/+3
* Block obsolete socket families in the default seccomp profileJustin Cormack2017-01-171-1/+1
* Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-2/+2
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Introduce a environment package in integration-cliVincent Demeester2016-12-291-0/+151