GUI acceptance tests using environment deployed from packages.
Build: #661 failed
Job: Multiprovider basic failed
user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]" in build 661 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
- Description
- user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider[1oz_2op_deployed]
- Duration
- 34 secs
- Status
- Failed (Existing Failure)
Error Log
AssertionError: space 9daa677c0d3ef57126be6972889eb211ip24f984227 not found in user user1 spaces request = <FixtureRequest for <Function 'test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider[1oz_2op_deployed]'>> from tests.gui.steps.oneprovider.metadata import * > from tests.gui.steps.oneprovider.shares import * tests/gui/scenarios/test_multiprovider_basic.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: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/rest/env_up/spaces.py:100: in create_and_configure_spaces users, groups, storages, spaces) tests/gui/steps/rest/env_up/spaces.py:123: in _create_and_configure_spaces users_to_add, users_db) tests/gui/steps/rest/env_up/spaces.py:239: in _get_support wait_for_space_support(space_id, provider_hostname, all_members, users) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-14>:2: in wait_for_space_support ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ space_id = '9daa677c0d3ef57126be6972889eb211ip24f984227' provider_hostname = 'dev-oneprovider-krakow.default.svc.cluster.local' members = ['user1'] users = {'admin': <tests.utils.user_utils.AdminUser instance at 0x7fdd6d42b1b8>, 'onepanel': <tests.utils.user_utils.AdminUser instance at 0x7fdd6de47f80>, 'user1': <tests.utils.user_utils.User instance at 0x7fdd6deab710>} @repeat_failed(attempts=10, interval=0.5, exceptions=(AssertionError, HTTPError)) def wait_for_space_support(space_id, provider_hostname, members, users): for user in members: response = http_get(ip=provider_hostname, port=OP_REST_PORT, path=get_provider_rest_path('spaces'), headers={'X-Auth-Token': users[user].token}).content space_id_list = [space['spaceId'] for space in json.loads(response)] assert space_id in space_id_list, ('space {} not found in user ' '{} spaces'.format(space_id, > user)) E AssertionError: space 9daa677c0d3ef57126be6972889eb211ip24f984227 not found in user user1 spaces tests/gui/steps/rest/env_up/spaces.py:253: AssertionError