From bb681188407055a7ea77cdaa76600dac37ae3096 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 19 Jul 2007 06:44:18 +0000 Subject: r23965: Add testing the 'net time' command to the script. Andrew Bartlett (This used to be commit 4fab53432a3599cf62a7ebef977bc33ef5a5f734) --- testprogs/blackbox/test_kinit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'testprogs/blackbox/test_kinit.sh') diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index 6702ea2037..09777df16d 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -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% -- cgit