gvisor/test/packetimpact/tests
Adin Scannell c60613475c Standardize all Docker images.
This change moves all Docker images to a standard location, and abstracts the
build process so that they can be maintained in an automated fashion. This also
allows the images to be architecture-independent.

All images will now be referred to by the test framework via the canonical
`gvisor.dev/images/<name>`, where `<name>` is a function of the path within the
source tree.

In a subsequent change, continuous integration will be added so that the images
will always be correct and available locally.

In the end, using `bazel` for Docker containers is simply not possible. Given
that we already have the need to use `make` with the base container (for
Docker), we extend this approach to get more flexibility.

This change also adds a self-documenting and powerful Makefile that is intended
to replace the collection of scripts in scripts. Canonical (self-documenting)
targets can be added here for targets that understand which images need to be
loaded and/or built.

PiperOrigin-RevId: 308322438
2020-04-24 14:11:42 -07:00
..
BUILD Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
defs.bzl Run failing packetimpact test and expect failure. 2020-04-23 08:36:19 -07:00
fin_wait2_timeout_test.go Add Sniffer.Drain() draining socket receive buffer 2020-04-13 23:05:08 -07:00
tcp_close_wait_ack_test.go Test TCP behavior when receiving unacceptable segment in CLOSE_WAIT 2020-04-16 12:22:17 -07:00
tcp_noaccept_close_rst_test.go Test that RST is sent after ABORT in ESTABLISHED TCP state. 2020-04-10 08:22:09 -07:00
tcp_outside_the_window_test.go Add tests for segments outside the receive window. 2020-04-15 19:37:00 -07:00
tcp_should_piggyback_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00
tcp_user_timeout_test.go Convert tcp_user_timeout test from packetdrill to packetimpact. 2020-04-19 20:49:06 -07:00
tcp_window_shrink_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00
test_runner.sh Fix test output so that filenames have the correct path. 2020-04-23 13:18:59 -07:00
udp_recv_multicast_test.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00