Remove releated role_tree_dn test

The role_tree_dn option has been removed, so we can remove
releated test.

Change-Id: I2a344fe76dc70c68dc33793e61cc45d2b1420859
This commit is contained in:
ZhongShengping 2017-01-21 23:13:26 +08:00
parent c2ba5690b2
commit 50e4ed9c93
1 changed files with 0 additions and 3 deletions

View File

@ -66,9 +66,6 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
create_object(CONF.ldap.user_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'Users'})
create_object(CONF.ldap.role_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'Roles'})
create_object(CONF.ldap.group_tree_dn,
{'objectclass': 'organizationalUnit',
'ou': 'UserGroups'})