commit | af347da20f17dbbafb59bc1c0bc39101e9a612e1 | [log] [tgz] |
---|---|---|
author | Brian Haley <bhaley@redhat.com> | Fri Sep 14 11:24:00 2018 -0600 |
committer | Brian Haley <bhaley@redhat.com> | Mon Oct 01 14:30:44 2018 -0400 |
tree | f32f826ddde58a0b6f112591e221145a636ec5ca | |
parent | 17bc8d851e05c84f32fc35a6726a68c895a44b87 [diff] |
Wait for floating IP to be DOWN before checking port details Occasionally test_floatingip_port_details() fails, showing the floating IP attached port status as 'BUILD'. Wait for the status to transition to 'DOWN' before checking other port details, similar as is done to the fixed IP port's device_id value. Changed afffected method to use constants for port status as well. Change-Id: I862115b37c97d5a3cad082d8cd4e7b855ef3f88b Closes-bug: #1792472