~ubuntu-branches/ubuntu/quantal/keystone/quantal-security

« back to all changes in this revision

Viewing changes to tests/test_migrate_nova_auth.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-22 12:27:50 UTC
  • mto: (35.1.1 quantal-proposed)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20120622122750-4urdq17en1990apn
Tags: upstream-2012.2~f2~20120622.2353
ImportĀ upstreamĀ versionĀ 2012.2~f2~20120622.2353

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
class MigrateNovaAuth(test.TestCase):
69
69
    def setUp(self):
70
70
        super(MigrateNovaAuth, self).setUp()
71
 
        CONF(config_files=[test.etcdir('keystone.conf.sample'),
72
 
                           test.testsdir('test_overrides.conf'),
73
 
                           test.testsdir('backend_sql.conf')])
 
71
        self.config([test.etcdir('keystone.conf.sample'),
 
72
                     test.testsdir('test_overrides.conf'),
 
73
                     test.testsdir('backend_sql.conf')])
74
74
        sql_util.setup_test_database()
75
75
        self.identity_api = identity_sql.Identity()
76
76
        self.ec2_api = ec2_sql.Ec2()