cri_models.tests.test_sync module

class cri_models.tests.test_sync.TestSync(methodName='runTest')[source]

Bases: cri_models.ldap.test.LDAPTestCase

TEST_PRINCIPAL = 'testtest'
TEST_SSH_PUBLIC_KEY = <cri_models.fields.SSHPubKey object>
fixtures = ('tests/groups.yaml',)
classmethod setUpTestDataAfterSetUp()[source]
classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_sync_disabled_user_expire_principal()[source]
test_sync_disabled_user_ssh_keys()[source]
test_sync_group_creation()[source]
test_sync_group_deletion()[source]
test_sync_group_membership_update()[source]
test_sync_group_update()[source]
test_sync_primary_principal()[source]
test_sync_principal_creation()[source]
test_sync_principal_deletion()[source]
test_sync_user_creation()[source]
test_sync_user_deletion()[source]
test_sync_user_ssh_keys_update()[source]
test_sync_user_update()[source]