diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-07-15 16:45:13 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-07-16 07:08:41 +1000 |
commit | 0e212acd32b0378e9d7ea912f0eee5afa230d898 (patch) | |
tree | a6610b34b0f280048f8aae2da3c3e4dbbe2340eb /testprogs | |
parent | 8769e75a616a3f4b7cc1a2b5f7ea261262ad75d2 (diff) | |
download | samba-0e212acd32b0378e9d7ea912f0eee5afa230d898.tar.gz samba-0e212acd32b0378e9d7ea912f0eee5afa230d898.tar.bz2 samba-0e212acd32b0378e9d7ea912f0eee5afa230d898.zip |
s4:testprogs Operate the blackbox kinit and net tests using the :local config
This :local tells selftest.pl to use the local smb.conf for the test
environment, not the generic client smb.conf
This then makes the rest work properly - otherwise, it may attempt to
connect to the wrong KDC for example.
The only problem is that we can't test the 'net join' with this set,
so this is removed from the test. The member server test environment
checks this anyway.
Andrew Bartlett
Diffstat (limited to 'testprogs')
-rwxr-xr-x | testprogs/blackbox/test_kinit.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index a32d167cfe..c748b4d056 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -68,7 +68,6 @@ testit "kinit renew ticket" $samba4kinit $enctype --request-pac -R test_smbclient "Test login with kerberos ccache" 'ls' -k yes || failed=`expr $failed + 1` -testit "domain join with kerberos ccache" $VALGRIND $net join $DOMAIN $CONFIGURATION -W "$DOMAIN" -k yes $@ || failed=`expr $failed + 1` testit "check time with kerberos ccache" $VALGRIND $net $CONFIGURATION -W "$DOMAIN" -k yes $@ time $SERVER || failed=`expr $failed + 1` USERPASS=testPass@12% |