summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/runner/defs.bzl
diff options
context:
space:
mode:
authorNayana Bidari <nybidari@google.com>2021-01-22 11:27:13 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-22 11:38:46 -0800
commit527ef5fc0307102fa7cc0b32bcc2eb8cca3e21a8 (patch)
tree240d5929d088b1ddf084129b8246160e56770149 /test/packetimpact/runner/defs.bzl
parent65594d30ad1b1a2ca676c7ea78f4815f83dc4d06 (diff)
Add tests for RACK
- Added packetimpact tests for RACK. PiperOrigin-RevId: 353282342
Diffstat (limited to 'test/packetimpact/runner/defs.bzl')
-rw-r--r--test/packetimpact/runner/defs.bzl4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl
index c6c95546a..5c3c569de 100644
--- a/test/packetimpact/runner/defs.bzl
+++ b/test/packetimpact/runner/defs.bzl
@@ -277,6 +277,10 @@ ALL_TESTS = [
PacketimpactTestInfo(
name = "tcp_rcv_buf_space",
),
+ PacketimpactTestInfo(
+ name = "tcp_rack",
+ expect_netstack_failure = True,
+ ),
]
def validate_all_tests():