gvisor/kokoro
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
..
kythe Run kythe build with -std=c++17 2019-12-11 14:48:11 -08:00
ubuntu1604 Update Kokoro image to install Golang 1.13 2019-12-06 20:13:09 -08:00
ubuntu1804 Update image to install docker and fix permissions 2019-08-30 15:27:47 -07:00
build.cfg Fix repository build scripts. 2019-11-05 15:16:04 -08:00
build_tests.cfg kokoro: don't pass KOKORO_REPO_KEY in presubmit jobs 2019-09-27 12:23:51 -07:00
common.cfg Impose order on test scripts. 2019-09-03 22:02:43 -07:00
do_tests.cfg Impose order on test scripts. 2019-09-03 22:02:43 -07:00
docker_tests.cfg Add runsc logs to kokoro artifacts 2019-10-01 13:51:10 -07:00
go.cfg Update key environment variables. 2019-09-11 21:04:42 -07:00
go_tests.cfg Fix minor Kokoro issues. 2019-09-10 00:38:52 -07:00
hostnet_tests.cfg Add runsc logs to kokoro artifacts 2019-10-01 13:51:10 -07:00
iptables_tests.cfg Add iptables testing framework. 2019-12-12 14:42:11 -08:00
kvm_tests.cfg Add runsc logs to kokoro artifacts 2019-10-01 13:51:10 -07:00
make_tests.cfg Impose order on test scripts. 2019-09-03 22:02:43 -07:00
overlay_tests.cfg Add runsc logs to kokoro artifacts 2019-10-01 13:51:10 -07:00
release.cfg Use a GitHub credential for tagging a release. 2019-11-20 15:39:34 -08:00
root_tests.cfg Add runsc logs to kokoro artifacts 2019-10-01 13:51:10 -07:00
runtime_tests.cfg Add Kokoro config for new runtime tests 2019-10-30 16:16:15 -07:00
simple_tests.cfg Impose order on test scripts. 2019-09-03 22:02:43 -07:00
swgso_tests.cfg netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
syscall_kvm_tests.cfg kokoro: run KVM syscall tests 2019-11-04 16:00:34 -08:00
syscall_tests.cfg Impose order on test scripts. 2019-09-03 22:02:43 -07:00