summaryrefslogtreecommitdiffhomepage
path: root/test/root
AgeCommit message (Expand)Author
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-12Delete shim v1Fabricio Voznika
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-05Add benchmarks targets to BuildKite.Adin Scannell
2020-12-09Refactor the Makefile to avoid recursive Make.Adin Scannell
2020-12-01Typo fix.Etienne Perot
2020-11-17Add support for TTY in multi-containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-09-23Remove unused scripts.Ayush Ranjan
2020-08-25Add nogo support to go_binary and go_test targets.Adin Scannell
2020-07-20Add standard entrypoints for test targets.Adin Scannell
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-09Update shim to build using bazel.Adin Scannell
2020-07-08Move all tests to new docker API.Zach Koopmans
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-24Propagate PID limit from OCI to sandbox cgroupFabricio Voznika
2020-04-24Standardize all Docker images.Adin Scannell
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-20Add a functional vm_test for root_test.Adin Scannell
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-03-13Skip process if it has exitedFabricio Voznika
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-02-10Update visibility.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-05test/root: check that memory accouting works as expectedAndrei Vagin
2019-10-24Fix early deletion of rootDirFabricio Voznika
2019-10-07Add tests for $HOMEIan Lewis
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-10Fix minor Kokoro issues.Adin Scannell
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-09-03Impose order on test scripts.Adin Scannell