yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37886
[Bug 1447432] Re: The form fields have to be in fixed order in layout, otherwise the testcase will fail
** Changed in: horizon
Status: Fix Committed => Fix Released
** Changed in: horizon
Milestone: None => liberty-3
--
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/1447432
Title:
The form fields have to be in fixed order in layout, otherwise the
testcase will fail
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
In the integration test ,the regions/forms.py::FormRegion should
support form fields rearrange in layout.
the position change of a field will break the integration test.
for example : https://bugs.launchpad.net/horizon/+bug/1447122
test_user_create_delete passes when user_create_form_fields layout as
[ "name", "email", "password"]
but now the user_create_form_fields layout changed to [ "password", "email", "name"] break test code
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1447432/+subscriptions
References