gvisor/scripts
Kevin Krakauer be2754a4b9 Add iptables testing framework.
It would be preferrable to test iptables via syscall tests, but there are some
problems with that approach:

* We're limited to loopback-only, as syscall tests involve only a single
  container. Other link interfaces (e.g. fdbased) should be tested.
* We'd have to shell out to call iptables anyways, as the iptables syscall
  interface itself is too large and complex to work with alone.
* Running the Linux/native version of the syscall test will require root, which
  is a pain to configure, is inherently unsafe, and could leave host iptables
  misconfigured.

Using the go_test target allows there to be no new test runner.

PiperOrigin-RevId: 285274275
2019-12-12 14:42:11 -08:00
..
benchmarks.sh Import benchmark-tools to main repository. 2019-12-02 22:53:26 -08:00
build.sh Fix repository build scripts. 2019-11-05 15:16:04 -08:00
common.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
common_bazel.sh kokoro: correct a path to outputs.zip 2019-11-12 12:01:37 -08:00
dev.sh Add runtime tracing. 2019-12-06 17:00:07 -08:00
do_tests.sh Impose order on test scripts. 2019-09-03 22:02:43 -07:00
docker_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
go.sh Update Kokoro image to install Golang 1.13 2019-12-06 20:13:09 -08:00
hostnet_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
iptables_tests.sh Add iptables testing framework. 2019-12-12 14:42:11 -08:00
kvm_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
make_tests.sh test: don't use designated initializers 2019-09-24 19:05:12 -07:00
overlay_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
release.sh Use a GitHub credential for tagging a release. 2019-11-20 15:39:34 -08:00
root_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
runtime_tests.sh Fix overloaded use of $RUNTIME. 2019-10-31 11:28:18 -07:00
simple_tests.sh Mark runner_test as manual. 2019-12-09 11:28:41 -08:00
swgso_tests.sh netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
syscall_kvm_tests.sh kokoro: run KVM syscall tests 2019-11-04 16:00:34 -08:00
syscall_tests.sh Impose order on test scripts. 2019-09-03 22:02:43 -07:00