diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-08-19 11:55:21 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-19 12:03:34 -0700 |
commit | 5cf330106a0169856e87abe9fec9cfa8c0b3fc1a (patch) | |
tree | 6f6647763b5a6c07a2538805b1d7c4bdf5276327 /test/syscalls/BUILD | |
parent | 3fd4b83fa325de5e4e49c6fdcaa95a1a3db486ed (diff) |
ip6tables: test initial state
Tests that we have the correct initial (empty) state for ip6tables.
#3549
PiperOrigin-RevId: 327477657
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 0eadc6b08..d11412c55 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -251,6 +251,10 @@ syscall_test( ) syscall_test( + test = "//test/syscalls/linux:ip6tables_test", +) + +syscall_test( size = "large", shard_count = 5, test = "//test/syscalls/linux:itimer_test", |