summaryrefslogtreecommitdiff
path: root/quantum/tests/unit/test_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/tests/unit/test_auth.py')
-rw-r--r--quantum/tests/unit/test_auth.py21
1 files changed, 19 insertions, 2 deletions
diff --git a/quantum/tests/unit/test_auth.py b/quantum/tests/unit/test_auth.py
index 1f0a69108d..14e6200775 100644
--- a/quantum/tests/unit/test_auth.py
+++ b/quantum/tests/unit/test_auth.py
@@ -1,10 +1,27 @@
-import testtools
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright 2012 OpenStack LLC
+# All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
import webob
from quantum import auth
+from quantum.tests import base
-class QuantumKeystoneContextTestCase(testtools.TestCase):
+class QuantumKeystoneContextTestCase(base.BaseTestCase):
def setUp(self):
super(QuantumKeystoneContextTestCase, self).setUp()