-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR] Add new ProviderCompareHostsView and replace with CompareHostsView in… #9863
Conversation
… test_compare_hosts_from_provider_allhosts
The 5.11 PRT run passed, but the run is still marked as running. You can see the passing results in the report and artifacts in Ostriz. |
Moving this to 1LP, changes look good. 511 run failed with an error, but the test cases have passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing view diff 👍
@@ -464,7 +465,7 @@ def test_compare_hosts_from_provider_allhosts(appliance, setup_provider_min_host | |||
h.ensure_checked() | |||
hosts_view.toolbar.configuration.item_select('Compare Selected items', | |||
handle_alert=True) | |||
compare_hosts_view = provider.create_view(HostsCompareView) | |||
compare_hosts_view = provider.create_view(ProviderHostsCompareView) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional: I would register one navigation destination against provider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
As per me PRT failure not related to changes
… test_compare_hosts_from_provider_allhosts
Purpose or Intent
PRT Run
{{ pytest: cfme/tests/infrastructure/test_host.py::test_compare_hosts_from_provider_allhosts }}