Comment 33 for bug 1978983

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/862603
Committed: https://opendev.org/openstack/nova/commit/9015c3b663a7b46192c106ef065f93e82f0ab8be
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 9015c3b663a7b46192c106ef065f93e82f0ab8be
Author: Amit Uniyal <email address hidden>
Date: Wed Jul 6 18:20:02 2022 +0000

    add regression test case for bug 1978983

    This change add a repoducer test for evacuating
    a vm in the powering-off state

    Conflicts:
        nova/tests/functional/integrated_helpers.py
        nova/tests/functional/test_servers.py

    Difference:
        nova/tests/functional/regressions/test_bug_1978983.py

    NOTE(auniyal): Conflicts are due to the following changes that are not in Ussuri:
      * I147bf4d95e6d86ff1f967a8ce37260730f21d236 (Cyborg evacuate support)
      * Ia3d7351c1805d98bcb799ab0375673c7f1cb8848 (Functional tests for NUMA live migration)

    NOTE(auniyal): Differences
      * Replaced GlanceFixture with fake.stub_out_image_service in regression test, as GlanceFixture does not exist in Ussuri

    Related-Bug: #1978983
    Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc299
    (cherry picked from commit 5904c7f993ac737d68456fc05adf0aaa7a6f3018)
    (cherry picked from commit 6bd0bf00fca6ac6460d70c855eded3898cfe2401)
    (cherry picked from commit 1e0af92e17f878ce64bd16e428cb3c10904b0877)
    (cherry picked from commit b57b0eef218fd7604658842c9277aad782d11b45)
    (cherry picked from commit b6c877377f58ccaa797af3384b199002726745ea)