commit | 8bd31631cd8a28e46902eed3018ab5ee3f545eba | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Thu Nov 17 14:32:30 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Thu Nov 17 14:32:30 2016 +0800 |
tree | 5dd4e37ac347da35182733f10ce87222d7f35e2b | |
parent | 8696cc815ab69aa9d7de6147ed9f40bbebff2115 [diff] |
Use call_and_ignore_notfound_exc to cleanup floating-ip-bulk The _delete_floating_ips_bulk in FloatingIPsBulkAdminTestJSON should only ignore the exception silently when the exception type is NotFound, so here we can just use test_utils.call_and_ignore_notfound_exc. Change-Id: I2e3c4e30650b22a1b20497d26842414126ce6b25