summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-11-22 21:54:48 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-11-22 21:54:48 +0100
commitae316ee3675caa7598c26000256880096f0b2750 (patch)
tree9226de49560308d426c7aed8b46d8781de5d5e7d
parent0c3884a5e10ede59969383f87320ff06470c1b2d (diff)
Remove all modules before testing resize
-rwxr-xr-xtests/setlist_resize.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/setlist_resize.sh b/tests/setlist_resize.sh
index 42b17f8..691f9eb 100755
--- a/tests/setlist_resize.sh
+++ b/tests/setlist_resize.sh
@@ -6,7 +6,8 @@ loop=8
for x in ip_set_list_set ip_set_hash_netiface ip_set_hash_ipportnet \
ip_set_hash_netport ip_set_hash_net ip_set_hash_ipportip \
- ip_set_hash_ipport ip_set_bitmap_port ip_set_bitmap_ipmac \
+ ip_set_hash_ipport ip_set_hash_ip \
+ ip_set_bitmap_port ip_set_bitmap_ipmac \
ip_set_bitmap_ip xt_set ip_set; do
rmmod $x
done