commit | 4d2e5796777e1eb91211ff6c0be905f87634f566 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Feb 07 22:24:19 2014 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Feb 07 22:43:44 2014 +0000 |
tree | 90d4b5414f93fed9247446a8acb7ccc259914c4f | |
parent | 168db28ff963cb8f835b8e2c17fc3c53a521b4e1 [diff] |
Fix client usage in multibackend volume test This commit fixes the client usage in the multibackend volume api tests. There was no reason for the test to initialize new instances of the clients directly. Firstly this wasn't tenant isolation safe and secondly the clients are already instantiated with admin credentials in the base admin class setUpClass(). This commit just switches the tests to use those clients instead. Change-Id: Ifc986b82dcfe872ff1b25babd78ab90e996d5c12