← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1409061] [NEW] Integration_tests: region forms doesn't support input email

 

Public bug reported:

ERROR: openstack_dashboard.test.integration_tests.tests.test_users.TestCreateDeleteUser.test_create_delete_user
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/tests/test_users.py", line 30, in test_create_delete_user
    self.DEFAULT_PROJECT, self.DEFAULT_ROLE)
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/pages/identity/userspage.py", line 66, in create_user
    self.create_user_form.name.text = name
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/baseregion.py", line 49, in __getatt
r__
    return self._dynamic_properties[name]()
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/baseregion.py", line 67, in __call__
    result = self.method()
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/forms.py", line 231, in _get_form_fields
    form_fields.append(field_factory.make_form_field())
  File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/forms.py", line 30, in make_form_field
    raise exceptions.UnknownFormFieldTypeException()
UnknownFormFieldTypeException: No FormField class matched the scope of web content.

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: integration-tests

-- 
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/1409061

Title:
  Integration_tests: region forms doesn't support input email

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  ERROR: openstack_dashboard.test.integration_tests.tests.test_users.TestCreateDeleteUser.test_create_delete_user
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/tests/test_users.py", line 30, in test_create_delete_user
      self.DEFAULT_PROJECT, self.DEFAULT_ROLE)
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/pages/identity/userspage.py", line 66, in create_user
      self.create_user_form.name.text = name
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/baseregion.py", line 49, in __getatt
  r__
      return self._dynamic_properties[name]()
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/baseregion.py", line 67, in __call__
      result = self.method()
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/forms.py", line 231, in _get_form_fields
      form_fields.append(field_factory.make_form_field())
    File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_tests/regions/forms.py", line 30, in make_form_field
      raise exceptions.UnknownFormFieldTypeException()
  UnknownFormFieldTypeException: No FormField class matched the scope of web content.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1409061/+subscriptions


Follow ups

References