]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix test_validate to run by itself
authorClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 23:25:27 +0000 (16:25 -0700)
committerClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 23:25:27 +0000 (16:25 -0700)
commite121c46118f77102272884f92132a2e36e30257c
tree15a961c62c34ee0884ecf7055eccbaa83b1acebb
parenta9557085c828fdbf67fd69f5f1b4b6ef7c70c1ab
Fix test_validate to run by itself

Resources were not initialized, so all tests would fail. Calls the same
method which is called internally to load all plugins.

Change-Id: I696f1d40499bb9a3ca6fde5d08101e9ddabc4369
heat/tests/test_validate.py