F5Networks / neutron-lbaas

Clone of the OpenStack project neutron-lbaas
Apache License 2.0
1 stars 10 forks source link

Tempest test teardown hardening needed #43

Closed pjbreaux closed 6 years ago

pjbreaux commented 7 years ago

Our tempest tests are not immune to test interactions. We need to harden the test teardown process as much as we can currently, allowing tests to properly teardown resources created by the test through the proper channels (neutron REST api). This just means making the cleanup calls for the tests and test suites be more flexible in the way it detects and moves around errors.

There will be a second fix for hardening process, which will likely mean resetting the neutron database after all 'proper' cleanup has been performed. But that work is not included in this issue.