commit | 6a80d510fa73e901a3cbf3057173d2389a28a499 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Mon Mar 02 16:51:33 2015 -0500 |
committer | Matthew Treinish <mtreinish@kortar.org> | Mon Mar 02 16:51:33 2015 -0500 |
tree | 6c32f945b94e3da73c1d8bbc6f5df3d3117445e1 | |
parent | bef45ac77c0899448c0b168f0d1d1996f7c034cc [diff] |
Fix isolated cred cleanup for cli tests This commit renames the isolated_creds object initialized in the setupclass for the cli tests. Previously it was using the var cred_prov which prevented the clear_isolated_creds classmethod from detecting isolated credentials had been provisioned. This meant that cleanup was never run which would mean any credentials created or reserved wouldn't be deleted or unreserved. Change-Id: I56c270dd719338527d81da9cbd9857f54b76f51a