test_install_free_app fails to enter u1 account email address

Bug #1452815 reported by Richard Huddie
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-system-tests
New
Critical
Unassigned

Bug Description

When running ubuntu_sanity_tests.tests.test_app_store.AppStoreTestCase.test_install_free_app on the emulator the following error is observed. This happens when trying to create an ubuntu one account, when the email address is being entered into the registration form. It happens every time on the emulator, but the same issue has also been reported on krillin.

Traceback (most recent call last):
  File "/tmp/adt-run.gUwLIS/build.gTA/real-tree/ubuntu_sanity_tests/tests/test_app_store.py", line 109, in test_install_free_app
    self.log_into_u1_account()
  File "/tmp/adt-run.gUwLIS/build.gTA/real-tree/ubuntu_sanity_tests/tests/test_app_store.py", line 140, in log_into_u1_account
    email_address, user_name, password, password, True)
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/ubuntuone_credentials/__init__.py", line 60, in register_new_account
    self._enter_email(email)
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/ubuntuone_credentials/__init__.py", line 45, in _enter_email
    email_text_field.write(email)
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/ubuntuuitoolkit/_custom_proxy_objects/_textfield.py", line 51, in write
    self.focus.wait_for(True)
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 411, in __getattr__
    self.refresh_state()
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 367, in refresh_state
    _, new_state = self._get_new_state()
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 427, in _get_new_state
    return self._backend.execute_query_get_data(self._query)[0]
  File "/tmp/adt-run.gUwLIS/deps/usr/lib/python3/dist-packages/autopilot/introspection/backends.py", line 221, in execute_query_get_data
    query.server_query_bytes()
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.