commit | 303af5e60dd09c9c34ed83894a5f7cd37f97a733 | [log] [tgz] |
---|---|---|
author | ibumarskov <ibumarskov@mirantis.com> | Wed Nov 07 13:58:22 2018 +0400 |
committer | Ilya Bumarskov <ibumarskov@mirantis.com> | Wed Nov 07 10:00:51 2018 +0000 |
tree | 5f0b2b679d2c202822ad837f4d3546655347025e | |
parent | 1b860cb977b29ac35d0c8b28a68c05e011c74e99 [diff] |
Fix resource_cleanup function Tempest itself delete the projects in case of dynamic credentials Change-Id: I6e1ae616a909b99364a30419093bedad80d63479 Closes-bug: PROD-24672
diff --git a/tungsten_tempest_plugin/tests/api/contrail/rbac_base.py b/tungsten_tempest_plugin/tests/api/contrail/rbac_base.py index 2685c39..4067cfd 100644 --- a/tungsten_tempest_plugin/tests/api/contrail/rbac_base.py +++ b/tungsten_tempest_plugin/tests/api/contrail/rbac_base.py
@@ -397,10 +397,6 @@ @classmethod def resource_cleanup(cls): - if CONF.auth.use_dynamic_credentials: - cls._try_delete_resource(cls.project_client.delete_project, - cls.project_uuid) - super(BaseContrailTest, cls).resource_cleanup() @classmethod