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

[1LP][RFR] Migration throttling fix #9662

Merged
merged 1 commit into from
Dec 10, 2019

Conversation

sshveta
Copy link
Contributor

@sshveta sshveta commented Nov 23, 2019

{{ pytest: cfme/tests/v2v/test_migration_throttling.py --use-provider osp13-ims --use-provider vsphere67-ims --provider-limit 2 -vvvv --long-running }}

Fixes Throttling test for OSP

host_creds = provider.hosts.all()
hosts_dict = {key.name: [] for key in host_creds}
if provider.one_of(RHEVMProvider):
host_creds = [h.name for h in provider.hosts.all()]
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please elaborate on why the variable is called host_creds when it is storing host_name ?

Copy link
Contributor

@kedark3 kedark3 left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍 please address one comment below.

Copy link
Contributor

@john-dupuy john-dupuy left a comment

Choose a reason for hiding this comment

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

Looks good, PRT was hung so I restarted it.

@john-dupuy john-dupuy changed the title [RFR] Migration throttling fix [1LP][WIPTEST] Migration throttling fix Dec 2, 2019
@sshveta sshveta changed the title [1LP][WIPTEST] Migration throttling fix [1LP][RFR] Migration throttling fix Dec 9, 2019
@dajoRH dajoRH changed the title [1LP][RFR] Migration throttling fix [1LP][WIP] Migration throttling fix Dec 9, 2019
@sshveta sshveta changed the title [1LP][WIP] Migration throttling fix [1LP][WIPTEST] Migration throttling fix Dec 10, 2019
@sshveta sshveta changed the title [1LP][WIPTEST] Migration throttling fix [1LP][RFR] Migration throttling fix Dec 10, 2019
@mshriver mshriver self-assigned this Dec 10, 2019
@mshriver mshriver merged commit e0ad639 into ManageIQ:master Dec 10, 2019
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.

5 participants