commit | 748dd8df737d28aad7dfd0a1e32659e0256126e2 | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Tue Apr 16 23:38:35 2019 +0200 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Fri Apr 26 14:08:01 2019 +0200 |
tree | 772e38d47d91da31ffb26debd1551c122eb79ab6 | |
parent | 3c5b61396dca81ef1cd81e8d1e93cf12bea6b81f [diff] |
Handle properly 404 responses from Neutron In cleanUp methods there is no need to fail test if Neutron returns 404 for DELETE request. This commit adds test_utils.call_and_ignore_notfound_exc helper function to be used in cleanup of Neutron resources. Change-Id: I2c394d3219e16f653343d7043d36f55048f211dd Closes-Bug: #1824018