Description of problem: During running CFME Openstack regression autotests an issue with the inability to Delete selected router was found Version-Release number of selected component (if applicable): CFME 5.8.4.5 on top of RHOS 10 How reproducible: Always Steps to Reproduce: 1. Login to CFME 2. Add an Openstack Cloud Provider - Compute -> Clouds -> Providers - Configuration -> Add a new cloud provider 3. Go to Networks -> Network Routers 4. Select any router and click Configuration Actual results: There is no a field: "Delete selected routers" (See attachment CFME_5.8_Del_rout) Expected results: A field "Delete selected routers" should be available (like at the CFME 5.10. See attachment CFME_5.10_Del_rout)
Created attachment 1453239 [details] CFME_5.8_Del_rout
Created attachment 1453240 [details] CFME_5.10_Del_rout
I confirm the delete option in the configuration menu is missing. https://github.com/ManageIQ/manageiq-ui-classic/pull/4220
The patch has been replaced with: https://github.com/ManageIQ/manageiq/pull/17660
New commit detected on ManageIQ/manageiq/fine: https://github.com/ManageIQ/manageiq/commit/9cfc0ea4c6da05bd928576d6984e1662ed9e568f commit 9cfc0ea4c6da05bd928576d6984e1662ed9e568f Author: Marek Aufart <aufi.cz> AuthorDate: Mon Jun 26 05:58:30 2017 -0400 Commit: Marek Aufart <aufi.cz> CommitDate: Mon Jun 26 05:58:30 2017 -0400 Merge pull request #56 from gildub/network_controller_network_router_fix_support_feature Network Router: More generic use of SupportsFeatureMixin (cherry picked from commit 71520a1bced4e606b6703631cf40093044ef1838) https://bugzilla.redhat.com/show_bug.cgi?id=1593349 https://bugzilla.redhat.com/show_bug.cgi?id=1593353 app/models/manageiq/providers/openstack/network_manager/network_router.rb | 22 +- 1 file changed, 19 insertions(+), 3 deletions(-)
Verified at CFME 5.8.5.0 The delete option in the configuration menu is still missing.
Created attachment 1479207 [details] 5.8.5.0 missed delete option
Following PR addresses the conflict: https://github.com/ManageIQ/manageiq-ui-classic/pull/4610
FAILED_QA at the CFME 5.8.5.1 The delete option in the configuration menu is still missing. But anyway even if we open some Network Router page and will try to delete from this page (see attachment "delete_router") - no flash message ("Delete initiated for 1 Network Router.") appears. And router is still exist in the list. Also I've checked the list in the CLI (openstack router list) and can see the same router which should be deleted.
Created attachment 1484005 [details] delete_router
Created attachment 1484006 [details] production.log
Created attachment 1484007 [details] evm.log