Get rid of redundant snapshot making in LDAP tests
Snapshot making in common function for all LDAP tests was leading to rewriting proper snapshot with invalid state, because there was used the same snapshot name as in one of the tests. Change-Id: I66c9a20ba049fbcdeb8f418fe4e8e782911d1d0a
This commit is contained in:
parent
7677b4eb20
commit
0e65642391
@ -166,8 +166,6 @@ class TestToolchainLDAP(api.ToolchainApi):
|
|||||||
for plugin in plugins_ldap.values():
|
for plugin in plugins_ldap.values():
|
||||||
plugin[0].check_plugin_ldap(authz=authz)
|
plugin[0].check_plugin_ldap(authz=authz)
|
||||||
|
|
||||||
self.env.make_snapshot("deploy_toolchain_with_ldap", is_make=True)
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _activate_ldap_plugin(plugin, ufilter, dashboard_name, ldap_server,
|
def _activate_ldap_plugin(plugin, ufilter, dashboard_name, ldap_server,
|
||||||
authz=False, protocol="ldap"):
|
authz=False, protocol="ldap"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user