Skip to content

Regression

aoip_encryption.register_a5_1_authreq.py

Failing for the past 1 build (Since #79 )
Took 1 min 21 sec.

Stacktrace

Modem interface is not available: org.ofono.NetworkRegistration

Standard Error

Traceback (most recent call last):
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/ofono_client.py", line 197, in interface
    return self.dbus_obj()[interface_name]
  File "/usr/local/lib/python3.5/dist-packages/pydbus/proxy.py", line 102, in __getitem__
    raise KeyError(iface)
KeyError: 'org.ofono.NetworkRegistration'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/suite.py", line 105, in run
    self.path)
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/util.py", line 278, in run_python_file
    spec.loader.exec_module( importlib.util.module_from_spec(spec) )
  File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/suites/aoip_encryption/register_a5_1_authreq.py", line 46, in <module>
    wait(ms.is_connected, msc.mcc_mnc())
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/test.py", line 47, in <lambda>
    wait = lambda *args, **kwargs: event_module.wait(suite_run, *args, **kwargs)
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/event_loop.py", line 59, in wait
    if not wait_no_raise(log_obj, condition, condition_args, condition_kwargs, timeout, timestep):
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/event_loop.py", line 51, in wait_no_raise
    if condition(*condition_args, **condition_kwargs):
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/ofono_client.py", line 422, in is_connected
    netreg = self.dbus.interface(I_NETREG)
  File "/home/jenkins/workspace/osmo-gsm-tester_manual-run-all/osmo-gsm-tester/src/osmo_gsm_tester/ofono_client.py", line 199, in interface
    raise log.Error('Modem interface is not available:', interface_name)
osmo_gsm_tester.log.Error: Modem interface is not available: org.ofono.NetworkRegistration