summaryrefslogtreecommitdiffhomepage
path: root/test/iptables/BUILD
diff options
context:
space:
mode:
authorNayana Bidari <nybidari@google.com>2020-01-13 09:11:40 -0800
committerNayana Bidari <nybidari@google.com>2020-01-13 09:11:40 -0800
commit98327a94cce7597589ac22b8557c5d9a2a03464d (patch)
treef1e7ce4fdcaeb7bd1064b56ed9ce68fc977501e2 /test/iptables/BUILD
parent9aeb053bbaf834aab5b716b8645996943262b525 (diff)
Add test for iptables TCP rule
Added tests for tcp protocol with input and output rules including options sport and dport Increased timeout in iptables_test as TCP tests were timing out with existing value.
Diffstat (limited to 'test/iptables/BUILD')
-rw-r--r--test/iptables/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/iptables/BUILD b/test/iptables/BUILD
index 68eed721e..372ba7abf 100644
--- a/test/iptables/BUILD
+++ b/test/iptables/BUILD
@@ -6,6 +6,7 @@ go_library(
name = "iptables",
srcs = [
"filter_input.go",
+ "filter_output.go",
"iptables.go",
"iptables_util.go",
"nat.go",