diff options
author | Nayana Bidari <nybidari@google.com> | 2021-01-22 11:27:13 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-22 11:38:46 -0800 |
commit | 527ef5fc0307102fa7cc0b32bcc2eb8cca3e21a8 (patch) | |
tree | 240d5929d088b1ddf084129b8246160e56770149 /test/packetimpact/tests/BUILD | |
parent | 65594d30ad1b1a2ca676c7ea78f4815f83dc4d06 (diff) |
Add tests for RACK
- Added packetimpact tests for RACK.
PiperOrigin-RevId: 353282342
Diffstat (limited to 'test/packetimpact/tests/BUILD')
-rw-r--r-- | test/packetimpact/tests/BUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index b1b3c578b..6c6f2bdf7 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -376,6 +376,20 @@ packetimpact_testbench( ], ) +packetimpact_testbench( + name = "tcp_rack", + srcs = ["tcp_rack_test.go"], + deps = [ + "//pkg/abi/linux", + "//pkg/binary", + "//pkg/tcpip/header", + "//pkg/tcpip/seqnum", + "//pkg/usermem", + "//test/packetimpact/testbench", + "@org_golang_x_sys//unix:go_default_library", + ], +) + validate_all_tests() [packetimpact_go_test( |