F5Networks / f5-openstack-test

F5 Networks® common python modules for OpenStack tests
Apache License 2.0
2 stars 4 forks source link

Heat client fixture needs to support a parameter for expected target stack status #45

Closed pjbreaux closed 8 years ago

pjbreaux commented 8 years ago

In order to extend these fixtures to work with the f5-openstack-heat-plugins functional tests, we need to expect a stack to fail. One way we do this is to create a stack and expect the status to be 'CREATED_FAILED'. So we will allow a new parameter when creating a stack which is the expect target status.

pjbreaux commented 8 years ago

Fixed by PR #46