put evac image into maintanance untill we add a logic to delete evacuable image if any failure

related issue:
https://trello.com/c/5U4yicBN/410-instanceha-tests-make-evac-delete-itself-if-that-test-fails


Change-Id: I1409624f443fa053eb36da73586f4c85ea01dbcd
This commit is contained in:
pinikomarov 2020-07-22 12:13:44 +03:00 committed by Pini Komarov
parent 6ad118fcfd
commit ad44adac54
1 changed files with 4 additions and 4 deletions

View File

@ -120,10 +120,10 @@ class DisruptTripleoNodesTest(testtools.TestCase):
overcloud_health_checks(passive_checks_only=True)
cloud_disruptions.check_iha_evacuation_hard_reset_shutoff_instance()
@pacemaker.skip_if_instanceha_not_delpoyed
def test_check_instanceha_evacuation_evac_image_vm(self):
overcloud_health_checks(passive_checks_only=True)
cloud_disruptions.check_iha_evacuation_evac_image_vm()
# @pacemaker.skip_if_instanceha_not_delpoyed
# def test_check_instanceha_evacuation_evac_image_vm(self):
# overcloud_health_checks(passive_checks_only=True)
# cloud_disruptions.check_iha_evacuation_evac_image_vm()
# [..]