From 87f9c118a3ade11f0a60a07933275a68d3bbd0b8 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 14 Dec 2010 21:23:41 +0100 Subject: Fix outdated messages in the tests --- tests/ipportnethash.t | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'tests/ipportnethash.t') diff --git a/tests/ipportnethash.t b/tests/ipportnethash.t index 6aff583..818e3b0 100644 --- a/tests/ipportnethash.t +++ b/tests/ipportnethash.t @@ -12,13 +12,13 @@ 0 ipset -T test 2.0.0.1,0,0.0.0.0/24 # Range: Delete almost zero valued element 0 ipset -D test 2.0.0.1,0,0.0.0.0/24 -# Range: Add lower boundary +# Range: Add first random value 0 ipset -A test 2.0.0.1,5,1.1.1.1/24 -# Range: Add upper boundary +# Range: Add second random value 0 ipset -A test 2.1.0.0,128,2.2.2.2/12 -# Range: Test lower boundary +# Range: Test first random value 0 ipset -T test 2.0.0.1,5,1.1.1.2 -# Range: Test upper boundary +# Range: Test second random value 0 ipset -T test 2.1.0.0,128,2.2.2.0 # Range: Test value not added to the set 1 ipset -T test 2.0.0.1,5,1.1.0.255 @@ -26,13 +26,13 @@ 1 ipset -T test 2.0.0.1,6,1.1.1.1 # Range: Test value not added to the set 1 ipset -T test 2.0.0.2,6,1.1.1.1 -# Range: Test value before lower boundary +# Range: Test value before first random value 1 ipset -T test 2.0.0.0,5,1.1.1.1 -# Range: Test value after upper boundary +# Range: Test value after second random value 1 ipset -T test 2.1.0.1,128,2.2.2.2 -# Range: Try to add value before lower boundary +# Range: Try to add value before first random value 0 ipset -A test 2.0.0.0,5,1.1.1.1/24 -# Range: Try to add value after upper boundary +# Range: Try to add value after second random value 0 ipset -A test 2.1.0.1,128,2.2.2.2/12 # Range: List set 0 ipset -L test > .foo0 && ./sort.sh .foo0 @@ -44,25 +44,25 @@ 0 ipset -X test # Network: Create a set from a valid network (network ignored) 0 ipset -N test ipportnethash --network 2.0.0.0/16 -# Network: Add lower boundary +# Network: Add first random value 0 ipset -A test 2.0.0.0,5,1.1.1.1/24 -# Network: Add upper boundary +# Network: Add second random value 0 ipset -A test 2.0.255.255,128,2.2.2.2/12 -# Network: Test lower boundary +# Network: Test first random value 0 ipset -T test 2.0.0.0,5,1.1.1.2 -# Network: Test upper boundary +# Network: Test second random value 0 ipset -T test 2.0.255.255,128,2.2.2.0 # Network: Test value not added to the set 1 ipset -T test 2.0.0.0,5,1.1.0.255 # Network: Test value not added to the set 1 ipset -T test 2.0.0.0,6,1.1.1.1 -# Network: Test value before lower boundary +# Network: Test value before first random value 1 ipset -T test 1.255.255.255,5,1.1.1.1 -# Network: Test value after upper boundary +# Network: Test value after second random value 1 ipset -T test 2.1.0.0,128,2.2.2.2 -# Network: Try to add value before lower boundary +# Network: Try to add value before first random value 0 ipset -A test 1.255.255.255,5,1.1.1.1/24 -# Network: Try to add value after upper boundary +# Network: Try to add value after second random value 0 ipset -A test 2.1.0.0,128,2.2.2.2/12 # Network: List set 0 ipset -L test > .foo0 && ./sort.sh .foo0 -- cgit v1.2.3