diff options
author | Eyal Soha <eyalsoha@google.com> | 2020-04-19 20:47:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-19 20:49:06 -0700 |
commit | 08b2fd9bc2a963ea15821b782cf6d80c15dbdf42 (patch) | |
tree | 2db26ea6611d2bc9d8fa9006c6e07f5a90105c0d /test/packetdrill/BUILD | |
parent | ea9bb1c4eac74ab47a455fb7df88d4267021e447 (diff) |
Convert tcp_user_timeout test from packetdrill to packetimpact.
PiperOrigin-RevId: 307328289
Diffstat (limited to 'test/packetdrill/BUILD')
-rw-r--r-- | test/packetdrill/BUILD | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/packetdrill/BUILD b/test/packetdrill/BUILD index fb0b2db41..dfcd55f60 100644 --- a/test/packetdrill/BUILD +++ b/test/packetdrill/BUILD @@ -1,4 +1,4 @@ -load("defs.bzl", "packetdrill_linux_test", "packetdrill_netstack_test", "packetdrill_test") +load("defs.bzl", "packetdrill_test") package(licenses = ["notice"]) @@ -17,16 +17,6 @@ packetdrill_test( scripts = ["fin_wait2_timeout.pkt"], ) -packetdrill_linux_test( - name = "tcp_user_timeout_test_linux_test", - scripts = ["linux/tcp_user_timeout.pkt"], -) - -packetdrill_netstack_test( - name = "tcp_user_timeout_test_netstack_test", - scripts = ["netstack/tcp_user_timeout.pkt"], -) - packetdrill_test( name = "listen_close_before_handshake_complete_test", scripts = ["listen_close_before_handshake_complete.pkt"], |