From 7ac3d4e4543ed7b540fe60db9b222b179ea301b7 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 31 Jul 2013 13:31:16 -0400 Subject: add OS-TRUST to links Bug 1183874 Change-Id: I3881e360485c4c1ff6d67aec12d47130c6b0eb70 --- tests/test_auth.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/test_auth.py b/tests/test_auth.py index 1416269b..db5314be 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -618,6 +618,10 @@ class AuthWithTrust(AuthTest): role_ids = [self.role_browser['id'], self.role_member['id']] self.assertTrue(timeutils.parse_strtime(self.new_trust['expires_at'], fmt=TIME_FORMAT)) + self.assertIn('http://localhost:5000/v3/OS-TRUST/', + self.new_trust['links']['self']) + self.assertIn('http://localhost:5000/v3/OS-TRUST/', + self.new_trust['roles_links']['self']) for role in self.new_trust['roles']: self.assertIn(role['id'], role_ids) -- cgit