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

AWX related failures. #10294

@jarovo

Description

@jarovo
  • The test cfme/tests/services/test_config_provider_servicecatalogs.py::test_change_ansible_tower_job_template[ansible_tower-3.5-template_job-v1] fails on view.select_orch_template.fill("bz-survey") (Ansible tower template). It is probably missing in the 3.5 tower though the test has the template name hard-coded.

The same test then ERRORs on cleanup: The CFME on VNC displays:
Dialog "0L66400yxM": Error during delete: Dialog cannot be deleted because it is connected to other components: ["ServiceTemplateAnsibleTower:3 - 0L66400yxM"]

> /home/jhenner/work/miq/20382_skip/cfme/services/catalogs/catalog_items/__init__.py(356)delete()
-> view = navigate_to(self, 'Details')
(Pdb) ll
355  	    def delete(self):
356  ->	        view = navigate_to(self, 'Details')
357  	        view.configuration.item_select('Delete Catalog Item', handle_alert=True)
358  	
359  	        view = self.create_view(AllCatalogItemView, wait="20s")
360  	        assert view.is_displayed
361  	        view.flash.assert_success_message(f'The catalog item "{self.name}"'
362  	            ' has been successfully deleted')

Probably the cleanups are badly ordered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions