commit | ae90e13ccc23fb4f4626b12770608cd3bd5f4171 | [log] [tgz] |
---|---|---|
author | Steve Baker <sbaker@redhat.com> | Sat Aug 13 09:53:07 2016 +1200 |
committer | Steve Baker <sbaker@redhat.com> | Sat Aug 13 09:53:07 2016 +1200 |
tree | e4b4cc2c9b3a1172cd207bf82e41cd2bae0c2730 | |
parent | a887b63b96357fae64c52b2c2e06cd832c65904c [diff] [blame] |
Run heat_integrationtests as a tempest plugin completes blueprint tempest-plugin-support Change-Id: I0109e68bb135cd257e2fff74e75575a7e2f91539
diff --git a/common/test.py b/common/test.py index 2bf7771..ce825c7 100644 --- a/common/test.py +++ b/common/test.py
@@ -73,7 +73,7 @@ def setUp(self): super(HeatIntegrationTest, self).setUp() - self.conf = config.init_conf().heat_plugin + self.conf = config.CONF.heat_plugin self.assertIsNotNone(self.conf.auth_url, 'No auth_url configured')