integration_tests
integration_tests copied to clipboard
AWX related failures.
- The test
cfme/tests/services/test_config_provider_servicecatalogs.py::test_change_ansible_tower_job_template[ansible_tower-3.5-template_job-v1]fails onview.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.