Comment 15 for bug 1562323

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

Reviewed: https://review.openstack.org/298437
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b113cb13e95b4d9305f093342ad4d34378aee8bb
Submitter: Jenkins
Branch: master

commit b113cb13e95b4d9305f093342ad4d34378aee8bb
Author: Chuck Carmack <email address hidden>
Date: Mon Mar 28 19:16:35 2016 +0000

    Change the nova tempest blacklist to use to idempotent ids

    Currently, nova blacklists tests by name. If a name changes,
    the regex will not match, and the test will be attempted.
    If the test idempotent ids are used instead, the test
    will always be skipped.

    Change-Id: Iaf189c42c342b4c2d7c77555980ed49914210bf6
    Related-bug: 1562323
    Closes-bug: 1562945