From fafc25b3b1d6f0610d31819d55c6c480cfd5bb5a Mon Sep 17 00:00:00 2001 From: Guang Yee Date: Mon, 26 Dec 2011 15:44:56 -0800 Subject: Add HP-IDM extension to fix Bug 890411 See https://github.com/openstack/keystone/raw/master/keystone/content/admin/HP-IDM-admin-devguide.pdf https://github.com/openstack/keystone/raw/master/keystone/content/admin/HP-IDM-admin.wadl and https://bugs.launchpad.net/keystone/+bug/890411 for more details. incorporated feedbacks from https://review.openstack.org/#change,2624 Change-Id: Ied659b3c010ac4efa04c073388bdf3f3a67a51f0 --- run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 89a08f71..b6f16f14 100755 --- a/run_tests.py +++ b/run_tests.py @@ -28,6 +28,7 @@ TESTS = [ # But tests pass # MemcacheTest, test.SSLTest, + test.ClientWithoutHPIDMTest, ] -- cgit