Resources were not initialized, so all tests would fail. Calls the same
method which is called internally to load all plugins.
Change-Id: I696f1d40499bb9a3ca6fde5d08101e9ddabc4369
from heat.tests.v1_1 import fakes
from heat.common import exception
from heat.common import template_format
+from heat.engine import resources
from heat.engine.resources import instance as instances
from heat.engine import service
import heat.db.api as db_api
class validateTest(HeatTestCase):
def setUp(self):
super(validateTest, self).setUp()
+ resources.initialise()
self.fc = fakes.FakeClient()
setup_dummy_db()