From afa54915130d0c5478ff5069e8ec5ce3934fc37d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 24 Oct 2015 16:50:51 +0200 Subject: [PATCH] tests: updated test addresses for IPv6 --- tests/full-test | 2 +- tests/radius-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/full-test b/tests/full-test index 61c85c5a..abe395a1 100755 --- a/tests/full-test +++ b/tests/full-test @@ -103,7 +103,7 @@ if test $? != 0;then stop fi -ping6 -w 5 fd91:6d87:7341:db6a:1950:2c2b:bd9d:6cef +ping6 -w 5 fd91:6d87:7341:db6a:: if test $? != 0;then kill $PID echo "Cannot ping the IPv6 of ocserv" diff --git a/tests/radius-test b/tests/radius-test index c902fed7..23a4820e 100755 --- a/tests/radius-test +++ b/tests/radius-test @@ -95,7 +95,7 @@ if test $? != 0;then stop fi -ping6 -w 5 fc13:71:ea31:4b4e:1950:2c2b:bd9d:6cef +ping6 -w 5 fc13:71:ea31:4b4e:: if test $? != 0;then kill $PID echo "Cannot ping the IPv6 of ocserv"