s3-sefltest Make krb5 tests contain the word krb5
authorAndrew Bartlett <abartlet@samba.org>
Sun, 8 Jan 2012 23:50:14 +0000 (10:50 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 8 Jan 2012 23:56:28 +0000 (10:56 +1100)
source3/selftest/tests.py

index 86fc8d11b2502b6d0e5da56ff0ecd1c18c247e1e..dc0c32c052b25b940162b5666436219af891311f 100755 (executable)
@@ -291,16 +291,16 @@ for z in smb_options:
             a = ""
             binding_string = "ncacn_np:$SERVER[%s%s%s%s]" % (a, s, z, e)
             options = binding_string + " -k yes --krb5-ccache=$PREFIX/ktest/krb5_ccache-2"
-            plansmbtorturetestsuite(test, "ktest", options, 'over kerberos with old ccache ncacn_np with [%s%s%s%s] ' % (a, s, z, e))
+            plansmbtorturetestsuite(test, "ktest", options, 'krb5 with old ccache ncacn_np with [%s%s%s%s] ' % (a, s, z, e))
 
             options = binding_string + " -k yes --krb5-ccache=$PREFIX/ktest/krb5_ccache-3"
-            plansmbtorturetestsuite(test, "ktest", options, 'over kerberos ncacn_np with [%s%s%s%s] ' % (a, s, z, e))
+            plansmbtorturetestsuite(test, "ktest", options, 'krb5 ncacn_np with [%s%s%s%s] ' % (a, s, z, e))
 
             auth_options2 = ["krb5", "spnego,krb5"]
             for a in auth_options2:
                 binding_string = "ncacn_np:$SERVER[%s%s%s%s]" % (a, s, z, e)
 
-                plantestsuite("samba3.blackbox.rpcclient over kerberos with ncacn_np with [%s%s%s%s] " % (a, s, z, e), "ktest:local", [os.path.join(samba3srcdir, "script/tests/test_rpcclient.sh"),
+                plantestsuite("samba3.blackbox.rpcclient krb5 ncacn_np with [%s%s%s%s] " % (a, s, z, e), "ktest:local", [os.path.join(samba3srcdir, "script/tests/test_rpcclient.sh"),
                                                                                                                                   "$PREFIX/ktest/krb5_ccache-3", binding_string, "-k", configuration])