yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #39389
[Bug 1501285] [NEW] can't distinguis between some admin and non admin pages
Public bug reported:
There is mechanism in integration tests to dynamically generate
go_to_somewhere methods to navigate among pages. But this methods
consider just last two levels of menu, so there is problem to
distinguish between:
Project - Compute - Volume - Volumes tab: Project/Compute/Volumes/Volumes
produces: go_to_volumes_volumespage()
Admin - System - Volume: Admin/System/Volumes/Volumes, go_to_volumes_volumespage
produces: go_to_volumes_volumespage()
** Affects: horizon
Importance: Undecided
Status: New
** Tags: integration-tests
** Description changed:
There is mechanism in integration tests to dynamically generate
go_to_somewhere methods to navigate among pages. But this methods
consider just last two levels of menu, so there is problem to
distinguish between:
- Project - Compute - Volume - Volumes tab: Project/Compute/Volumes/Volumes, produce go_to_volumes_volumespage()
- Admin-System-Volume: Admin/System/Volumes/Volumes, go_to_volumes_volumespage, produce go_to_volumes_volumespage()
+ Project - Compute - Volume - Volumes tab: Project/Compute/Volumes/Volumes
+ produces: go_to_volumes_volumespage()
+
+ Admin - System - Volume: Admin/System/Volumes/Volumes, go_to_volumes_volumespage
+ produces: go_to_volumes_volumespage()
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1501285
Title:
can't distinguis between some admin and non admin pages
Status in OpenStack Dashboard (Horizon):
New
Bug description:
There is mechanism in integration tests to dynamically generate
go_to_somewhere methods to navigate among pages. But this methods
consider just last two levels of menu, so there is problem to
distinguish between:
Project - Compute - Volume - Volumes tab: Project/Compute/Volumes/Volumes
produces: go_to_volumes_volumespage()
Admin - System - Volume: Admin/System/Volumes/Volumes, go_to_volumes_volumespage
produces: go_to_volumes_volumespage()
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1501285/+subscriptions
Follow ups