svn commit: samba r19723 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Wed Nov 15 17:01:27 GMT 2006


Author: metze
Date: 2006-11-15 17:01:26 +0000 (Wed, 15 Nov 2006)
New Revision: 19723

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

Log:
don't use [,],(,) in test names to make the build-farm output happy

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_session_key.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_session_key.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_session_key.sh	2006-11-15 16:53:32 UTC (rev 19722)
+++ branches/SAMBA_4_0/source/script/tests/test_session_key.sh	2006-11-15 17:01:26 UTC (rev 19723)
@@ -36,19 +36,19 @@
         "-k no --option=usespnego=no --option=clientntlmv2auth=yes" \
         "-k no --option=gensec:spnego=no --option=clientntlmv2auth=yes" \
         "-k no --option=usespnego=no"; do
-   name="RPC-SECRETS on $transport:$server[$bindoptions] with NTLM2:$ntlm2 KEYEX:$keyexchange LM_KEY:$lm_key $ntlmoptions"
+   name="RPC-SECRETS on $transport with $bindoptions with NTLM2:$ntlm2 KEYEX:$keyexchange LM_KEY:$lm_key $ntlmoptions"
    testit "$name" bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" --option=ntlmssp_client:keyexchange=$keyexchange --option=ntlmssp_client:ntlm2=$ntlm2 --option=ntlmssp_client:lm_key=$lm_key $ntlmoptions -U"$username"%"$password" -W $domain --option=gensec:target_hostname=$netbios_name RPC-SECRETS "$*" || failed=`expr $failed + 1`
   done
  done
  done
  done
- name="RPC-SECRETS on $transport:$server[$bindoptions] with Kerberos"
+ name="RPC-SECRETS on $transport with $bindoptions with Kerberos"
  testit "$name" bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -k yes -U"$username"%"$password" -W $domain "--option=gensec:target_hostname=$netbios_name" RPC-SECRETS "$*" || failed=`expr $failed + 1`
- name="RPC-SECRETS on $transport:$server[$bindoptions] with Kerberos (use target principal)"
+ name="RPC-SECRETS on $transport with $bindoptions with Kerberos - use target principal"
  testit "$name" bin/smbtorture $TORTURE_OPTIONS $transport:"$server[$bindoptions]" -k yes -U"$username"%"$password" -W $domain "--option=clientusespnegoprincipal=yes" "--option=gensec:target_hostname=$netbios_name" RPC-SECRETS "$*" || failed=`expr $failed + 1`
 done
-name="RPC-SECRETS on $transport:$server with Kerberos (use Samba3 style login)"
+name="RPC-SECRETS on $transport with Kerberos - use Samba3 style login"
  testit "$name" bin/smbtorture $TORTURE_OPTIONS $transport:"$server" -k yes -U"$username"%"$password" -W $domain "--option=gensec:fake_gssapi_krb5=yes" "--option=gensec:gssapi_krb5=no" "--option=gensec:target_hostname=$netbios_name" RPC-SECRETS "$*" || failed=`expr $failed + 1`
-name="RPC-SECRETS on $transport:$server with Kerberos (use Samba3 style login, use target principal)"
+name="RPC-SECRETS on $transport with Kerberos - use Samba3 style login, use target principal"
  testit "$name" bin/smbtorture $TORTURE_OPTIONS $transport:"$server" -k yes -U"$username"%"$password" -W $domain "--option=clientusespnegoprincipal=yes" "--option=gensec:fake_gssapi_krb5=yes" "--option=gensec:gssapi_krb5=no" "--option=gensec:target_hostname=$netbios_name" RPC-SECRETS "$*" || failed=`expr $failed + 1`
 testok $0 $failed



More information about the samba-cvs mailing list