Remove unused config.CONF
This is to remove unused config.CONF to keep code clean.
Change-Id: I6e8d19ec06e7df84b2bbd86dd3b99b4489402ddd
zhufl
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): |