Comment 2 for bug 1674809

Revision history for this message
Matt Riedemann (mriedem) wrote :

The test is waiting for the server to go to from BUILD status and then once it does, it asserts that it's status is ACTIVE.

We have other functional tests that just wait for the server to go to ACTIVE status or timeout. That's duplicated in a lot of functional tests. We should probably just have some wait utilities for the functional tests to use so we don't have to duplicate this logic all over the tests.