Comment 1 for bug 1489459

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

I would like to see OS::Heat::TestResource move in to the main tree and I think there will be valid use cases for users to write templates using them such as:
- operators scale testing their own heat deployment
- users mocking out a real resource with OS::Heat::TestResource for debugging (once we have a way of disabling constraints like nova.server)

If we can't make requirements work by leaving them in heat_integrationtests/requrements.txt or moving them to test_requirements.txt then I'd rather consider we create a new repo for integration tests.