Home
last modified time | relevance | path

Searched refs:expected_msg (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/krb5/src/clients/ksu/
H A Dt_ksu.py132 expected_msg='authorization of alice@KRBTEST.COM failed')
137 expected_msg='authorization for ksutest@KRBTEST.COM successful')
139 expected_msg='account ksutest: authorization failed')
144 expected_msg='account ksutest: authorization failed')
150 expected_msg='account ksutest: authorization failed')
157 expected_msg='authorization for alice@KRBTEST.COM successful')
159 expected_msg='authorization for alice@KRBTEST.COM for execution of')
162 expected_msg='account ksutest: authorization failed')
168 expected_msg='authorization for alice@KRBTEST.COM successful')
170 expected_msg='account ksutest: authorization failed')
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_get_etype_info.py21 expected_msg='Client not found in Kerberos database')
27 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMuser\n')
29 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMpuser\n')
34 expected_msg='etype: aes128-cts\nsalt: KRBTEST.COMuser\n')
36 expected_msg='etype: aes128-cts\nsalt: KRBTEST.COMpuser\n')
41 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMuser\n')
43 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMpuser\n')
47 expected_msg='KDC has no support for encryption type')
48 realm.run(['./t_get_etype_info', 'pnokey'], expected_msg='no etype-info')
52 expected_msg='etype: aes256-cts\nsalt: ' + exp_salt + '\n')
[all …]
H A Dt_expire_warn.py41 expected_msg=' less than one hour on ')
43 expected_msg=' hours on ')
45 expected_msg=' days on ')
48 expected_msg=' days on ')
/freebsd/crypto/krb5/src/clients/kvno/
H A Dt_kvno.py26 realm.run([kvno, realm.user_princ], expected_msg='user@KRBTEST.COM: kvno = 1')
36 realm.run([kvno, '--cached-only', realm.user_princ], expected_msg='kvno = 1')
38 expected_code=1, expected_msg='Matching credential not found')
42 realm.run([kvno, '--no-store', realm.host_princ], expected_msg='kvno = 1')
54 expected_code=1, expected_msg='Matching credential not found')
65 realm.run([klist, '-c', svc_ccache], expected_msg='for client user@')
/freebsd/crypto/krb5/src/appl/sample/
H A Dt_sample.py14 expected_msg='You are user@KRBTEST.COM')
19 expected_msg='You are user@KRBTEST.COM')
/freebsd/crypto/krb5/src/kdc/
H A Dt_sockact.py35 expected_msg='Cannot contact any KDC')
41 expected_msg='Cannot contact any KDC')
H A Dt_emptytgt.py5 expected_msg='not found in Kerberos database')
/freebsd/crypto/krb5/src/appl/gss-sample/
H A Dt_gss_sample.py56 expected_msg='Signature verified.')
99 expected_msg=msg)
/freebsd/crypto/krb5/src/appl/user_user/
H A Dt_user2user.py14 expected_msg=msg)
/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Dt_rpc.py12 expected_msg='...........')
/freebsd/crypto/krb5/src/util/
H A Dk5test.py736 def _run_cmd(args, env, input=None, expected_code=0, expected_msg=None, argument
779 if expected_msg is not None and expected_msg not in outdata:
780 fail('Expected string not found in command output: ' + expected_msg)