summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2019-12-06 12:12:27 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-06 12:14:23 -0800
commitb0066217ecd830be1d816d2b4d824f89b278c556 (patch)
tree4df34029d0883e264b99a4937678d72be30292bc /test/syscalls/BUILD
parent67807400817cdcb1cad5c2f85de1f230671ef6a2 (diff)
Add hostinet tests for UDP sockets.
We need to skip a subset of the tests, because of features that hostinet does not currently support. Fixes #1209 PiperOrigin-RevId: 284235911
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 722d14b53..6650984fa 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -669,6 +669,7 @@ syscall_test(test = "//test/syscalls/linux:udp_bind_test")
syscall_test(
size = "medium",
+ add_hostinet = True,
shard_count = 10,
test = "//test/syscalls/linux:udp_socket_test",
)