Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR] UCI code for RHV shouldn't be executed for <=5.11.4 #9975

Merged
merged 2 commits into from
Mar 10, 2020

Conversation

nachandr
Copy link
Contributor

@nachandr nachandr commented Mar 9, 2020

Purpose or Intent

UCI support for RHV would be pushed to 5.11.5.

I'm reverting changes made through PR#9954 while making sure that minimal to no change would be required whenever 5.11.5 lands( with support for RHV UCI hosts).

PRT Run

{{ pytest: cfme/tests/v2v/test_v2v_smoke.py --use-template-cache --provider-limit 2 --use-provider rhv43 --use-provider vsphere67-ims }}

PRT Results

5.10 - PASS
5.11 - FAILED, like expected

@dajoRH dajoRH added the lint-ok label Mar 9, 2020
@@ -214,7 +214,20 @@ def vddk_url():

def get_conversion_data(appliance, target_provider):
if target_provider.one_of(RHEVMProvider):
if appliance.version < '5.11':
# Support for UCI hosts for RHV would be added in 5.11.5.
# So, this if block should be disabled until then.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this comment @nachandr . Rest looks good 👍

@sshveta sshveta changed the title [RFR] Reverting PR#9954 until support for UCI is added in 5.11.5 [1LP][RFR] Reverting PR#9954 until support for UCI is added in 5.11.5 Mar 9, 2020
@nachandr nachandr changed the title [1LP][RFR] Reverting PR#9954 until support for UCI is added in 5.11.5 [1LP][RFR] Reverting few changes made through PR#9954 Mar 9, 2020
@nachandr nachandr changed the title [1LP][RFR] Reverting few changes made through PR#9954 [1LP][RFR] UCI code for RHV shouldn't be executed for <=5.11.4 Mar 10, 2020
@jawatts jawatts merged commit 6c94a0c into ManageIQ:master Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants