From a9b47390c821942d60784e308f681f213645049c Mon Sep 17 00:00:00 2001 From: Zeling Feng Date: Fri, 29 May 2020 17:22:56 -0700 Subject: Test TCP should queue RECEIVE request in SYN-SENT PiperOrigin-RevId: 313878910 --- test/packetimpact/tests/BUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/packetimpact/tests/BUILD') diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index 9cd695200..1598c61e9 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -169,6 +169,18 @@ packetimpact_go_test( ], ) +packetimpact_go_test( + name = "tcp_queue_receive_in_syn_sent", + srcs = ["tcp_queue_receive_in_syn_sent_test.go"], + # TODO(b/157658105): Fix netstack then remove the line below. + expect_netstack_failure = True, + deps = [ + "//pkg/tcpip/header", + "//test/packetimpact/testbench", + "@org_golang_x_sys//unix:go_default_library", + ], +) + packetimpact_go_test( name = "tcp_synsent_reset", srcs = ["tcp_synsent_reset_test.go"], -- cgit v1.2.3