aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/network.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/network.sh')
-rwxr-xr-xtest/network/network.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/network/network.sh b/test/network/network.sh
index 28f707952..e1646d64a 100755
--- a/test/network/network.sh
+++ b/test/network/network.sh
@@ -8,9 +8,15 @@ export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9sudo ./configure 9sudo ./configure
10 10
11echo "TESTING: firemon interface (firemon-interfaces.exp)"
12sudo ./firemon-interfaces.exp
13
11echo "TESTING: firemon arp (firemon-arp.exp)" 14echo "TESTING: firemon arp (firemon-arp.exp)"
12./firemon-arp.exp 15./firemon-arp.exp
13 16
17echo "TESTING: firemon netstats (netstats.exp)"
18./netstats.exp
19
14echo "TESTING: firemon route (firemon-route.exp)" 20echo "TESTING: firemon route (firemon-route.exp)"
15./firemon-route.exp 21./firemon-route.exp
16 22