Comment 2 for bug 1877281

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/726087
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dc5dc4de2f8b3de60c36ef772c00be1fc278c6f0
Submitter: Zuul
Branch: master

commit dc5dc4de2f8b3de60c36ef772c00be1fc278c6f0
Author: Sylvain Bauza <email address hidden>
Date: Thu May 7 12:32:14 2020 +0200

    Wait for all servers to be active when testing vGPUs

    We were just verifying the state of the first server before introspecting
    the number of created devices. If the second server isn't ACTIVE yet,
    then the mdevs wouldn't be found and the functest would return an exception.

    Change-Id: I02a9f26dea6378281f3968a2c5cf0f652f9e342b
    Closes-Bug: #1877281