tests: updated ipv6 addresses in kerberos and pam tests

This commit is contained in:
Nikos Mavrogiannopoulos
2015-05-12 11:28:41 +02:00
parent b341880d05
commit 691d9d426a
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ ADD dev-tun.tgz /dev/
RUN ldconfig
CMD sshd-keygen;/usr/sbin/sshd;echo testuser123|kinit testuser@KERBEROS.TEST && /usr/sbin/openconnect kerberos.test --cafile /etc/ca.pem -b && sleep 5 && ping -w 5 192.168.1.1 && ping6 -w 5 fd91:6d87:7341:db6a:0:52:190c:be01 && kdestroy && ( /usr/sbin/openconnect kerberos.test --cafile /etc/ca.pem --cookieonly --non-inter || touch /tmp/ok1 );echo testuser123|kinit testuser@KERBEROS.TEST && sleep 61 && ( /usr/sbin/openconnect kerberos.test --non-inter --cafile /etc/ca.pem || touch /tmp/ok2 );sleep 3600
CMD sshd-keygen;/usr/sbin/sshd;echo testuser123|kinit testuser@KERBEROS.TEST && /usr/sbin/openconnect kerberos.test --cafile /etc/ca.pem -b && sleep 5 && ping -w 5 192.168.1.1 && ping6 -w 5 fd91:6d87:7341:db6a:0:6:173c:7901 && kdestroy && ( /usr/sbin/openconnect kerberos.test --cafile /etc/ca.pem --cookieonly --non-inter || touch /tmp/ok1 );echo testuser123|kinit testuser@KERBEROS.TEST && sleep 61 && ( /usr/sbin/openconnect kerberos.test --non-inter --cafile /etc/ca.pem || touch /tmp/ok2 );sleep 3600

View File

@@ -91,7 +91,7 @@ if test $? != 0;then
stop
fi
ping6 -w 5 fd91:6d87:7341:dc6b::1
ping6 -w 5 fd91:6d87:7341:dc6b:0:6:173c:7901
if test $? != 0;then
kill $PID
echo "Cannot ping the IPv6 of ocserv"