s3-selftest: Add test for smbclient kerberos support
[nivanova/samba-autobuild/.git] / source3 / selftest / tests.py
index a94c2589e97277533ea5a84367f5c1306caae5eb..33a2410e9201840a5c732dadc11959a4b48356bf 100755 (executable)
@@ -304,6 +304,16 @@ for z in smb_options:
                                                                                                                                   "$PREFIX/ktest/krb5_ccache-3", binding_string, "-k", configuration])
 
 
+if have_ads_support:
+    plantestsuite("samba3.blackbox.smbclient_krb5 with old ccache", "ktest:local", 
+                  [os.path.join(samba3srcdir, "script/tests/test_smbclient_krb5.sh"),
+                   "$PREFIX/ktest/krb5_ccache-2", 
+                   binpath('smbclient3'), "$SERVER", configuration])
+
+    plantestsuite("samba3.blackbox.smbclient_krb5", "ktest:local", 
+                  [os.path.join(samba3srcdir, "script/tests/test_smbclient_krb5.sh"),
+                   "$PREFIX/ktest/krb5_ccache-3", 
+                   binpath('smbclient3'), "$SERVER", configuration])
 
 for e in endianness_options:
     for a in auth_options: