GUI acceptance tests using environment deployed from packages.
Build: #858 failed
Job: Onezone basic was successful
user fails to join group using group invitation token[1oz 1op deployed-button]: Test case result
The below summarizes the result of the test " user fails to join group using group invitation token[1oz 1op deployed-button]" in build 858 of Onedata Products - gui acceptance pkg - Chrome onezone basic tests.
- Description
- user fails to join group using group invitation token[1oz 1op deployed-button]
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_user_fails_to_join_group_using_group_invitation_token[1oz_1op_deployed-button]
- Jira Issue
-
- Duration
- 37 secs
- Status
- Failed (Existing Failure)
Error Log
tests.utils.http_exceptions.HTTPForbidden: [403] Forbidden: {"error":{"id":"userNotSupported","description":"Authenticated user is not supported by this Oneprovider."}} request = <FixtureRequest for <Function 'test_user_fails_to_join_group_using_group_invitation_token[1oz_1op_deployed-button]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) /usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func result = request.getfixturevalue(func.__name__) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue return self._get_active_fixturedef(argname).cached_result[0] /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef self._compute_fixture_value(fixturedef) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value fixturedef.execute(request=subrequest) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute return hook.pytest_fixture_setup(fixturedef=self, request=request) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda> firstresult=hook.spec_opts.get('firstresult'), /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: 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:121: in _create_and_configure_spaces users_to_add, users_db) tests/gui/steps/rest/env_up/spaces.py:229: in _get_support wait_for_space_support(space_id, provider_hostname, all_members, users) <decorator-gen-10>:2: in wait_for_space_support ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/steps/rest/env_up/spaces.py:238: in wait_for_space_support headers={'X-Auth-Token': users[user].token}).content tests/utils/rest_utils.py:45: in http_get verify, cert, auth, default_headers=default_headers) tests/utils/rest_utils.py:85: in http_request raise_http_exception(response) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <Response [403]> def raise_http_exception(response): ex_cls = _exceptions.get(response.status_code, HTTPError) > raise ex_cls(response) E tests.utils.http_exceptions.HTTPForbidden: [403] Forbidden: {"error":{"id":"userNotSupported","description":"Authenticated user is not supported by this Oneprovider."}} tests/utils/http_exceptions.py:15: HTTPForbidden