summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/tests/BUILD
diff options
context:
space:
mode:
authorJay Zhuang <jayzhuang@google.com>2020-07-13 11:44:41 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-13 11:49:06 -0700
commit76b392bc262d5c0af10b3127b7aad85a4130da78 (patch)
treeb140790a4c16430804067fecb87594b120493552 /test/packetimpact/tests/BUILD
parent60dc5a44796ea50045799c0108f5ed87b736521e (diff)
Create packetimpact test for UDP broadcast
PiperOrigin-RevId: 321000340
Diffstat (limited to 'test/packetimpact/tests/BUILD')
-rw-r--r--test/packetimpact/tests/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD
index 3ecbe83eb..3f538b5c6 100644
--- a/test/packetimpact/tests/BUILD
+++ b/test/packetimpact/tests/BUILD
@@ -27,8 +27,8 @@ packetimpact_go_test(
)
packetimpact_go_test(
- name = "udp_recv_multicast",
- srcs = ["udp_recv_multicast_test.go"],
+ name = "udp_recv_mcast_bcast",
+ srcs = ["udp_recv_mcast_bcast_test.go"],
# TODO(b/152813495): Fix netstack then remove the line below.
expect_netstack_failure = True,
deps = [