1. 2016-01-28 17:12:14.355 | 2016-01-28 17:12:14.294 | Traceback (most recent call last):
  2. 2016-01-28 17:12:14.358 | 2016-01-28 17:12:14.297 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py", line 26, in test_create_delete_user
  3. 2016-01-28 17:12:14.361 | 2016-01-28 17:12:14.300 | project='admin', role='admin')
  4. 2016-01-28 17:12:14.364 | 2016-01-28 17:12:14.303 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/identity/userspage.py", line 52, in create_user
  5. 2016-01-28 17:12:14.367 | 2016-01-28 17:12:14.306 | create_user_form = self.users_table.create_user()
  6. 2016-01-28 17:12:14.370 | 2016-01-28 17:12:14.309 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/tables.py", line 162, in wrapper
  7. 2016-01-28 17:12:14.373 | 2016-01-28 17:12:14.312 | return method(table, action_element)
  8. 2016-01-28 17:12:14.376 | 2016-01-28 17:12:14.315 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/identity/userspage.py", line 25, in create_user
  9. 2016-01-28 17:12:14.379 | 2016-01-28 17:12:14.318 | create_button.click()
  10. 2016-01-28 17:12:14.382 | 2016-01-28 17:12:14.321 | File "/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 75, in click
  11. 2016-01-28 17:12:14.385 | 2016-01-28 17:12:14.324 | self._execute(Command.CLICK_ELEMENT)
  12. 2016-01-28 17:12:14.388 | 2016-01-28 17:12:14.328 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/webdriver.py", line 107, in _execute
  13. 2016-01-28 17:12:14.392 | 2016-01-28 17:12:14.331 | params)
  14. 2016-01-28 17:12:14.394 | 2016-01-28 17:12:14.333 | File "/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 460, in _execute
  15. 2016-01-28 17:12:14.396 | 2016-01-28 17:12:14.335 | return self._parent.execute(command, params)
  16. 2016-01-28 17:12:14.399 | 2016-01-28 17:12:14.338 | File "/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 201, in execute
  17. 2016-01-28 17:12:14.401 | 2016-01-28 17:12:14.340 | self.error_handler.check_response(response)
  18. 2016-01-28 17:12:14.404 | 2016-01-28 17:12:14.343 | File "/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 107, in check_response
  19. 2016-01-28 17:12:14.407 | 2016-01-28 17:12:14.346 | message = value["value"]["message"]
  20. 2016-01-28 17:12:14.410 | 2016-01-28 17:12:14.349 | TypeError: string indices must be integers