Comment 4 for bug 1486475

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tempest (master)

Reviewed: https://review.openstack.org/214562
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=5d367151817bd612117707e86f099a8f52e646f4
Submitter: Jenkins
Branch: master

commit 5d367151817bd612117707e86f099a8f52e646f4
Author: Jordan Pittier <email address hidden>
Date: Wed Aug 19 12:03:49 2015 +0200

    scenario/test_minimum_basic: relax a MatchesDictExceptForKeys check

    In the test_minimum_basic scenario, we check that a server that was
    created a moment ago is the same as the server we just got. To do
    that each fields of the expected vs actual servers are compared including
    the "update" field. But the "update" could be updated asynchronously
    by Nova, without Tempest knowing, causing a mismatchError.

    This patch exclude the 'update' and 'OS-EXT-STS:power_state' (that
    can be updated in background) fields from the comparison.

    Change-Id: I50d1319b690453923b470733e94f3a11fd1cd249
    Related-Bug: #1486475