GUI acceptance tests using environment deployed from packages.

Build: #659 failed

Job: Onepanel login failed

Test results

  • 5 tests in total
  • 3 tests failed
  • 3 failures are new
  • 4 minutes taken in total.

Build 659 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed test_onepanel_login test_user_successfully_goes_to_onezone_page_from_emeregency_interface[1oz_1op_deployed]
26 secs
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_goes_to_onezone_page_from_emeregency_interface[1oz_1op_deployed]'>>

    
>   @fixture(scope='module')
    def screens():

tests/gui/scenarios/test_onepanel_login.py:53: 
(36 more lines...)
Collapse Failed test_onepanel_login test_user_successfully_login_to_emergency_interface_of_onezone_panel[1oz_1op_deployed]
3 mins
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_login_to_emergency_interface_of_onezone_panel[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onepanel_login.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(25 more lines...)
Collapse Failed test_onepanel_login test_user_successfully_logout[1oz_1op_deployed]
30 secs
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_logout[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_login.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(32 more lines...)