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:
Rodion Promyshlennikov 2016-10-20 19:09:33 +03:00
parent 7677b4eb20
commit 0e65642391
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ class TestToolchainLDAP(api.ToolchainApi):
for plugin in plugins_ldap.values():
plugin[0].check_plugin_ldap(authz=authz)
self.env.make_snapshot("deploy_toolchain_with_ldap", is_make=True)
@staticmethod
def _activate_ldap_plugin(plugin, ufilter, dashboard_name, ldap_server,
authz=False, protocol="ldap"):