From 0e65642391e42d993e3db2bfaac3450dadaa5112 Mon Sep 17 00:00:00 2001 From: Rodion Promyshlennikov Date: Thu, 20 Oct 2016 19:09:33 +0300 Subject: [PATCH] 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 --- stacklight_tests/toolchain/test_ldap_plugins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stacklight_tests/toolchain/test_ldap_plugins.py b/stacklight_tests/toolchain/test_ldap_plugins.py index f240554..c1f6d96 100644 --- a/stacklight_tests/toolchain/test_ldap_plugins.py +++ b/stacklight_tests/toolchain/test_ldap_plugins.py @@ -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"):