svn commit: samba r23965 - in branches/SAMBA_4_0/testprogs/blackbox: .

abartlet at samba.org abartlet at samba.org
Thu Jul 19 06:44:19 GMT 2007


Author: abartlet
Date: 2007-07-19 06:44:18 +0000 (Thu, 19 Jul 2007)
New Revision: 23965

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23965

Log:
Add testing the 'net time' command to the script.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/testprogs/blackbox/test_kinit.sh


Changeset:
Modified: branches/SAMBA_4_0/testprogs/blackbox/test_kinit.sh
===================================================================
--- branches/SAMBA_4_0/testprogs/blackbox/test_kinit.sh	2007-07-19 06:40:42 UTC (rev 23964)
+++ branches/SAMBA_4_0/testprogs/blackbox/test_kinit.sh	2007-07-19 06:44:18 UTC (rev 23965)
@@ -61,6 +61,7 @@
 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 at 12%



More information about the samba-cvs mailing list