r23965: Add testing the 'net time' command to the script.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 19 Jul 2007 06:44:18 +0000 (06:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:12 +0000 (15:01 -0500)
Andrew Bartlett

testprogs/blackbox/test_kinit.sh

index 6702ea2037dbe57f0489bb753b4ea6c3df235bce..09777df16daf1df99a737ee6ab8948abe7a80800 100755 (executable)
@@ -61,6 +61,7 @@ testit "kinit with pkinit" bin/samba4kinit --request-pac --pk-user=FILE:$PREFIX/
 test_smbclient "Test login with kerberos ccache" 'ls' -k yes || failed=`expr $failed + 1`
 
 testit "domain join with kerberos ccache" $VALGRIND bin/net join $DOMAIN $CONFIGURATION  -W "$DOMAIN" -k yes $@ || failed=`expr $failed + 1`
+testit "check time with kerberos ccache" $VALGRIND bin/net time $SERVER $CONFIGURATION  -W "$DOMAIN" -k yes $@ || failed=`expr $failed + 1`
 
 testit "add user with kerberos ccache" $VALGRIND bin/net user add nettestuser $CONFIGURATION  -k yes $@ || failed=`expr $failed + 1`
 USERPASS=testPass@12%