Searched refs:test_order (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/tests/ |
H A D | t_pwqual.py | 46 def test_order(realm, testname, conf, expected): function 57 test_order(realm, 'noconf', {}, ['blt1', 'blt2', 'blt3']) 62 test_order(realm, 'basic', conf, 67 test_order(realm, 'disable', conf, ['dyn3', 'dyn2', 'blt1', 'blt2']) 72 test_order(realm, 'enable_only', conf, ['dyn2', 'blt2', 'dyn3']) 76 test_order(realm, 'duplicate', conf, ['dyn3', 'dyn1', 'blt1', 'blt2', 'blt3'])
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | t_cc.c | 566 test_order(krb5_context context, const char *name) in test_order() function 656 test_order(context, "MEMORY:order"); in main()
|