summaryrefslogtreecommitdiffhomepage
path: root/runsc/test
AgeCommit message (Expand)Author
2018-10-24Re-enable TestPythonHello now that ptrace seccomp issue is resolved.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-18Skip TestPythonHello on ptrace platform while we debug the issue.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17Attempt to deflake TestPythonHelloFabricio Voznika
2018-10-17Bump Pause/Resume integration test timeout in attempt to deflake Kokoro.Nicolas Lacasse
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-11Sandbox cgroup testsFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-08Job control signals must be sent to all processes in the FG process group.Nicolas Lacasse
2018-10-04Capture boot panics in debug log.Nicolas Lacasse
2018-10-03Fix sandbox chrootFabricio Voznika
2018-10-02Bump some timeouts in the image tests.Nicolas Lacasse
2018-10-02Fix compilation bug.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Fix ruby image tests.Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-28Made a few changes to make testutil.Docker easier to useFabricio Voznika
2018-09-28Add ruby image testsFabricio Voznika
2018-09-28Switch to root in userns when CAP_SYS_CHROOT is also missingFabricio Voznika
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-07Automated rollback of changelist 212059579Nicolas Lacasse
2018-09-07Disable test until we figure out what's brokenFabricio Voznika
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-05Use container's capabilities in execFabricio Voznika
2018-09-04runsc: Run sandbox as user nobody.Nicolas Lacasse
2018-09-04runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-31Automated rollback of changelist 210995199Fabricio Voznika
2018-08-31Fix RunAsRoot arguments forwardingFabricio Voznika
2018-08-30runsc: Pass log and config files to sandbox process by FD.Nicolas Lacasse
2018-08-28Consolidate image tests into a single fileFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-20Standardize mounts in testsFabricio Voznika
2018-08-16Combine functions to search for file under one common functionFabricio Voznika
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-09Fix runsc integration_test when using --network=hostFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-07Fix build break in testFabricio Voznika
2018-08-02Isolate image pulling time from container startupFabricio Voznika
2018-07-25Replace sleeps with waits in tests - part IFabricio Voznika
2018-07-23Created a docker integration test for a tomcat image.Justine Olshan
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-07-13Bump the timeout when waiting for python HTTP server.Nicolas Lacasse
2018-07-11Created runsc and docker integration tests.Justine Olshan
2018-07-06Tests pause and resume functionality on a Python container.Justine Olshan