Build: #11 failed
Job: Storage sync failed
user supports space with storage sync and enabled options delete: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options delete" in build 11 of Onedata Products - gui acceptance pkg - feature-VFS-4544-gui-acceptance-tests-for-new-oz - Chrome storage sync tests.
- Description
- user supports space with storage sync and enabled options delete
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_delete
- Duration
- 47 secs
- Status
- Failed (Existing Failure)
Error Log
AttributeError: 'OnezoneLoginPage' object has no attribute 'zone_name' request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete'>> from tests.gui.steps.oneprovider.groups import * > from tests.gui.steps.oneprovider.spaces import * tests/gui/scenarios/test_storage_sync.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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:430: in getfixturevalue return self._get_active_fixturedef(argname).cached_result[0] /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:455: in _get_active_fixturedef self._compute_fixture_value(fixturedef) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:526: in _compute_fixture_value fixturedef.execute(request=subrequest) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:797: in execute return hook.pytest_fixture_setup(fixturedef=self, request=request) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:216: in <lambda> firstresult=hook.spec_opts.get('firstresult'), /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:828: in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:720: in call_fixture_func res = fixturefunc(**kwargs) <decorator-gen-276>:2: in g_assert_zone_name_in_login_page ??? tests/gui/utils/generic.py:108: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="69d36b701bd0e9fa251bb88c085e0b64")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="ba33d2876c7eaae6c80b1361dc259ac5")>} browser_id = 'browser2', expected_name = 'onezone' oz_login_page = <class 'tests.gui.utils.onezone.login_page.OnezoneLoginPage'> hosts = {'oneprovider-1': {'container_id': '9266c0330d351e5dddf0ccc6f5155d5df22275cd3600135ce2f205ded1228d3a', 'hostname': 'de...57fed9f79643131', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.48', 'name': 'dev-onezone', ...}} @given(parsers.parse('user of {browser_id} seen "{expected_name}" ' 'zone name in oz login page')) @repeat_failed(timeout=WAIT_BACKEND) def g_assert_zone_name_in_login_page(selenium, browser_id, expected_name, oz_login_page, hosts): > displayed_name = oz_login_page(selenium[browser_id]).zone_name E AttributeError: 'OnezoneLoginPage' object has no attribute 'zone_name' tests/gui/steps/onezone/login_page.py:72: AttributeError