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

AWX related failures. #10294

Open
jarovo opened this issue Aug 13, 2020 · 0 comments
Open

AWX related failures. #10294

jarovo opened this issue Aug 13, 2020 · 0 comments

Comments

@jarovo
Copy link
Contributor

jarovo commented Aug 13, 2020

  • 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant