-
Notifications
You must be signed in to change notification settings - Fork 165
[WIPTEST] Fix test_ansible_service_linked_vm #10089
base: master
Are you sure you want to change the base?
Conversation
84b8d12
to
d46979a
Compare
d46979a
to
e3ee41c
Compare
@@ -135,13 +135,13 @@ def _finalize(): | |||
|
|||
|
|||
@pytest.fixture() | |||
def ansible_linked_vm_action(appliance, local_ansible_catalog_item, create_vm): |
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.
You can delete local_ansible_catalog_item
fixture since it's no longer used anywhere.
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.
No @valaparthvi , this fixture is being used in many tests, and some local fixtures also using this fixture
e3ee41c
to
2f65347
Compare
I detected some fixture changes in commit 2f65347 The global fixture
The global fixture
The global fixture
The local fixture
Please, consider creating a PRT run to make sure your fixture changes do not break existing usage 😃 |
Purpose or Intent
Fixed below error:
PRT Run
{{pytest: cfme/tests/ansible/test_embedded_ansible_services.py::test_ansible_service_linked_vm --long-running }}