aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/network.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/network.sh')
-rwxr-xr-xtest/network/network.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/network/network.sh b/test/network/network.sh
index e0087411d..28f707952 100755
--- a/test/network/network.sh
+++ b/test/network/network.sh
@@ -6,6 +6,14 @@
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9sudo ./configure
10
11echo "TESTING: firemon arp (firemon-arp.exp)"
12./firemon-arp.exp
13
14echo "TESTING: firemon route (firemon-route.exp)"
15./firemon-route.exp
16
9echo "TESTING: network profile (net_profile.exp)" 17echo "TESTING: network profile (net_profile.exp)"
10./net_profile.exp 18./net_profile.exp
11 19
@@ -58,6 +66,9 @@ echo "TESTING: scan (net_scan.exp)"
58echo "TESTING: interface (interface.exp)" 66echo "TESTING: interface (interface.exp)"
59./interface.exp 67./interface.exp
60 68
69echo "TESTING: veth (net_veth.exp)"
70./net_veth.exp
71
61echo "TESTING: netfilter (net_netfilter.exp)" 72echo "TESTING: netfilter (net_netfilter.exp)"
62./net_netfilter.exp 73./net_netfilter.exp
63 74