327
327
class AuthManagerLdapTestCase(AuthManagerTestCase, test.TestCase):
328
328
auth_driver = 'nova.auth.ldapdriver.FakeLdapDriver'
340
331
class AuthManagerDbTestCase(AuthManagerTestCase, test.TestCase):
341
332
auth_driver = 'nova.auth.dbdriver.DbDriver'