diff options
Diffstat (limited to 'keystone/test.py')
-rw-r--r-- | keystone/test.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keystone/test.py b/keystone/test.py index 68631ee4..46056095 100644 --- a/keystone/test.py +++ b/keystone/test.py @@ -216,11 +216,6 @@ class TestCase(NoModule, unittest.TestCase): """ # TODO(termie): doing something from json, probably based on Django's # loaddata will be much preferred. - if hasattr(self, 'catalog_api'): - for service in fixtures.SERVICES: - rv = self.catalog_api.create_service(service['id'], service) - setattr(self, 'service_%s' % service['id'], rv) - if hasattr(self, 'identity_api'): for tenant in fixtures.TENANTS: rv = self.identity_api.create_tenant(tenant['id'], tenant) |