commit | 3e04685db6db7ef268e3d6034da0a2d667bba0f5 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Jul 23 16:00:24 2013 -0400 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Jul 23 16:46:25 2013 -0400 |
tree | 75722dc587e3659133f7993cbd61479075dbd01c | |
parent | 47ff791416dea008a51e0a2b36b088778c0e1fb5 [diff] |
Move isolated credential code to BaseTestCase This commit takes the isolated credential code from BaseComputeTest and moves it up to it's super class: BaseTestCase. This allows the isolated credential code to be reused by all the test classes. All existing(only compute and volume) isolated credential methods in the base classes are then update to use the common methods. Change-Id: Ifae7bb74a4aa8f853fbd87ad80a63a9dcfc3b9d1