Merge "Remove unused config.CONF"
Jenkins authored 9 years ago
Gerrit Code Review committed 9 years ago
| 12 | 12 | # License for the specific language governing permissions and limitations |
| 13 | 13 | # under the License. |
| 14 | 14 | |
| 15 | from tempest import config | |
| 16 | 15 | from tempest.tests import base |
| 17 | ||
| 18 | CONF = config.CONF | |
| 19 | 16 | |
| 20 | 17 | |
| 21 | 18 | class CinderPlaceholderTest(base.TestCase): |