Searched refs:expected_msg (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | t_ksu.py | 132 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 D | t_get_etype_info.py | 21 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 D | t_expire_warn.py | 41 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 D | t_kvno.py | 26 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 D | t_sample.py | 14 expected_msg='You are user@KRBTEST.COM') 19 expected_msg='You are user@KRBTEST.COM')
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | t_sockact.py | 35 expected_msg='Cannot contact any KDC') 41 expected_msg='Cannot contact any KDC')
|
| H A D | t_emptytgt.py | 5 expected_msg='not found in Kerberos database')
|
| /freebsd/crypto/krb5/src/appl/gss-sample/ |
| H A D | t_gss_sample.py | 56 expected_msg='Signature verified.') 99 expected_msg=msg)
|
| /freebsd/crypto/krb5/src/appl/user_user/ |
| H A D | t_user2user.py | 14 expected_msg=msg)
|
| /freebsd/crypto/krb5/src/lib/rpc/unit-test/ |
| H A D | t_rpc.py | 12 expected_msg='...........')
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | k5test.py | 736 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)
|