GUI acceptance tests using environment deployed from packages.

Build: #634 failed

Job: Onepanel two hosts deployment failed

cluster deployment with 2 hosts[1oz 1op not deployed 2 nodes]: Test case result

The below summarizes the result of the test " cluster deployment with 2 hosts[1oz 1op not deployed 2 nodes]" in build 634 of Onedata Products - gui acceptance pkg - Chrome onepanel two hosts deployment tests.
Description
cluster deployment with 2 hosts[1oz 1op not deployed 2 nodes]
Test class
gui.scenarios.test_onepanel_deployment_with_2_hosts
Method
test_cluster_deployment_with_2_hosts[1oz_1op_not_deployed_2_nodes]
Jira Issue
Duration
3 mins
Status
Failed (New Failure)

Error Log

RuntimeError: maximum recursion depth exceeded in cmp
request = <FixtureRequest for <Function 'test_cluster_deployment_with_2_hosts[1oz_1op_not_deployed_2_nodes]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_deployment_with_2_hosts.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func
    result = get_fixture_value(request, func.__name__)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value
    return getfixturevalue(name)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:441: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:466: in _get_active_fixturedef
    result = self._getfixturevalue(fixturedef)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:531: in _getfixturevalue
    val = fixturedef.execute(request=subrequest)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:787: in execute
    return ihook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:745: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda>
    _MultiCall(methods, kwargs, hook.spec_opts).execute()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:613: in execute
    return _wrapped_call(hook_impl.function(*args), self.execute)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:254: in _wrapped_call
    return call_outcome.get_result()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:280: in get_result
    _reraise(*ex)  # noqa
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:265: in __init__
    self.result = func()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:614: in execute
    res = hook_impl.function(*args)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:817: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:722: in call_fixture_func
    res = fixturefunc(**kwargs)
tests/gui/steps/onepanel/deployment.py:28: in g_create_admin_in_panel
    init_page.create_new_cluster()
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:52: in __get__
    lambda: self._format_msg(err_msg, instance,
tests/gui/utils/generic.py:105: in find_web_elem_with_text
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:53: in <lambda>
    text=self.text))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/core/base.py:74: in __str__
    name += ' in ' + str(self.parent)
tests/gui/utils/common/common.py:51: in __str__
    return self.service
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/common/common.py:51: in __str__
    return self.service
!!! Recursion detected (same locals & position)