Comment 7 for bug 1710249

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

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

commit 13c39b1e79fa4e4a697ec3df5bea9b2470cc3deb
Author: Balazs Gibizer <email address hidden>
Date: Fri Aug 11 17:48:09 2017 +0200

    test shelve and shelve offload with placement

    The following 3 scenarios are covered by this patch:
    * boot, shelve, unshelve, delete
    * boot, shelve, shelve offload, unshelve on different host, delete
    * boot, shelve, shelve offload, unshelve on the same host, delete

    The second and the third scenarios are faulty and therefore those
    test cases now assert the wrong behavior but contain the expected
    behavior as commented out asserts.

    Change-Id: Iaf88f8802a456d5e197b65405fa6959a2c514325
    Related-Bug: 1710249