summaryrefslogtreecommitdiffstats
path: root/tests/test_keystoneclient.py
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-07-12 16:22:18 +0000
committerJoe Heck <heckj@mac.com>2012-07-12 16:22:18 +0000
commit9625c550eb2e352abc2374eb21dc3c913e11a37c (patch)
tree44c0b16a4338baa1252795595bfc1a669dc8404b /tests/test_keystoneclient.py
parent2a909ee83d23a38e2ae7ca8002e570788674521c (diff)
downloadkeystone-9625c550eb2e352abc2374eb21dc3c913e11a37c.tar.gz
keystone-9625c550eb2e352abc2374eb21dc3c913e11a37c.tar.xz
keystone-9625c550eb2e352abc2374eb21dc3c913e11a37c.zip
adding keystoneclient test
adding a test for version 0.1.1 with the new tagging scheme (released with/just post Essex) Change-Id: Ic6900717c616feee0bce8253fae1e51ac837b811
Diffstat (limited to 'tests/test_keystoneclient.py')
-rw-r--r--tests/test_keystoneclient.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_keystoneclient.py b/tests/test_keystoneclient.py
index 28a8b716..69d4ffc2 100644
--- a/tests/test_keystoneclient.py
+++ b/tests/test_keystoneclient.py
@@ -1039,3 +1039,8 @@ class KcEssex3TestCase(CompatTestCase, KeystoneClientTests):
def test_endpoint_delete_404(self):
raise nose.exc.SkipTest('N/A')
+
+
+class Kc11TestCase(CompatTestCase, KeystoneClientTests):
+ def get_checkout(self):
+ return KEYSTONECLIENT_REPO, '0.1.1'