index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
test
Age
Commit message (
Expand
)
Author
2021-01-13
Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Dean Deng
2021-01-13
testutil: Create a `multiLogger` that logs to multiple `Loggers`.
Etienne Perot
2021-01-12
Delete shim v1
Fabricio Voznika
2021-01-08
Create console test library.
Etienne Perot
2021-01-05
Add benchmarks targets to BuildKite.
Adin Scannell
2020-12-29
Simplify profiling and benchmarks.
Adin Scannell
2020-12-07
Support icmpv6 transport protocol
Peter Johnston
2020-12-03
Support partitions for other tests.
Adin Scannell
2020-12-02
Make testutil.RandomID safe for concurrent uses
Zeling Feng
2020-11-30
Do not start a ContainerExec twice
Zeling Feng
2020-11-30
Ensure containerd is used from installed location.
Adin Scannell
2020-11-23
Fail gracefully if Docker is not configured with ipv6.
Adin Scannell
2020-11-17
Add support for TTY in multi-container
Fabricio Voznika
2020-10-05
Enable more VFS2 tests
Fabricio Voznika
2020-09-17
[testing] Use container address to talk to server running inside container.
Ayush Ranjan
2020-09-02
Add support to run packetimpact tests against Fuchsia
Zeling Feng
2020-08-26
Make flag propagation automatic
Fabricio Voznika
2020-08-24
Remove go profiling flag from dockerutil.
Zach Koopmans
2020-08-20
Use a explicit random src for RandomID.
Bhasker Hariharan
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-08-14
Merge pull request #3375 from kevinGC:ipt-test-early-return
gVisor bot
2020-08-11
Mark integration tests as passing in VFS2 except CheckpointRestore.
Zach Koopmans
2020-08-10
Speed up iptables tests
Kevin Krakauer
2020-08-07
Port Ruby benchmark.
Zach Koopmans
2020-08-05
Stop profiling when the sentry exits
Fabricio Voznika
2020-07-30
Have dockerutil.Wait* respect the context deadline
Kevin Krakauer
2020-07-28
ip6tables testing
Kevin Krakauer
2020-07-26
Add profiling to dockerutil
Zach Koopmans
2020-07-22
make connect(2) fail when dest is unreachable
Kevin Krakauer
2020-07-20
Add standard entrypoints for test targets.
Adin Scannell
2020-07-13
Merge pull request #2672 from amscanne:shim-integrated
gVisor bot
2020-07-13
Initial golang Benchmarks
Zach Koopmans
2020-07-09
Update shim to build using bazel.
Adin Scannell
2020-07-08
Move all tests to new docker API.
Zach Koopmans
2020-07-08
Enable shards in runtime test runner.
Ayush Ranjan
2020-06-17
Move mount configutation to RunOpts
Fabricio Voznika
2020-06-11
Set the HOME environment variable for sub-containers.
Ian Lewis
2020-05-26
Automated rollback of changelist 311424257
gVisor bot
2020-05-21
Fix TestTmpFile
Fabricio Voznika
2020-05-13
Automated rollback of changelist 311285868
Bhasker Hariharan
2020-05-13
Replace test_runner.sh bash script with Go.
Ian Gudger
2020-04-24
More descriptive error message for missing docker image.
Eyal Soha
2020-04-24
Standardize all Docker images.
Adin Scannell
2020-04-23
Simplify Docker test infrastructure.
Adin Scannell