summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-11-15 17:01:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:14 -0500
commita4957315d89f99ca3bac2df816a4f3f6a0b83c93 (patch)
tree7cb94c49ae21bf4f4b9c885bcccff95113caa1b5 /source4/script
parent3c6b9db18f064fe1e2907352b23809832168e00f (diff)
downloadsamba-a4957315d89f99ca3bac2df816a4f3f6a0b83c93.tar.gz
samba-a4957315d89f99ca3bac2df816a4f3f6a0b83c93.tar.bz2
samba-a4957315d89f99ca3bac2df816a4f3f6a0b83c93.zip
r19723: don't use [,],(,) in test names to make the build-farm output happy
metze (This used to be commit 8a0a92e2dc107797055421196f430269699510fe)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_session_key.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/script/tests/test_session_key.sh b/source4/script/tests/test_session_key.sh
index cc9a5b1cf6..9c3cd8e3ae 100755
--- a/source4/script/tests/test_session_key.sh
+++ b/source4/script/tests/test_session_key.sh
@@ -36,19 +36,19 @@ for bindoptions in bigendian seal; do
"-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