GUI acceptance tests using environment deployed from packages.

Build: #1549 failed

Job: Onezone data discovery failed

not signed in user cannot open public data discovery page if harvester is no longer public[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " not signed in user cannot open public data discovery page if harvester is no longer public[1oz 1op elasticsearch]" in build 1,549 of Onedata Products - gui acceptance pkg - Chrome onezone data discovery test.
Description
not signed in user cannot open public data discovery page if harvester is no longer public[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_data_discovery
Method
test_not_signed_in_user_cannot_open_public_data_discovery_page_if_harvester_is_no_longer_public[1oz_1op_elasticsearch]
Duration
58 secs
Status
Failed (New Failure)

Error Log

tests.utils.http_exceptions.HTTPBadRequest: [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
request = <FixtureRequest for <Function 'test_not_signed_in_user_cannot_open_public_data_discovery_page_if_harvester_is_no_longer_public[1oz_1op_elasticsearch]'>>

    @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/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/steps/rest/env_up/spaces.py:104: in create_and_configure_spaces
    users, groups, storages, spaces)
tests/gui/steps/rest/env_up/spaces.py:138: in _create_and_configure_spaces
    description.get('storage', {}))
tests/gui/steps/rest/env_up/spaces.py:286: in _init_storage_from_config
    provider_hostname, users, directory_tree)
tests/gui/steps/rest/env_up/spaces.py:314: in init_storage
    owner_credentials, provider_hostname, users, directory_tree)
tests/gui/steps/rest/env_up/spaces.py:333: in _mkdirs
    provider_hostname, users, content)
tests/gui/steps/rest/env_up/spaces.py:336: in _mkdirs
    provider_hostname, users, content)
tests/gui/steps/rest/env_up/spaces.py:372: in _mkfile
    file_content.get('metadata', None))
tests/gui/steps/rest/env_up/spaces.py:344: in set_file_metadata
    file_id = get_file_id_by_rest(file_path, provider_hostname, user, users)
tests/gui/steps/rest/shares.py:67: in get_file_id_by_rest
    headers={'X-Auth-Token': users[user].token}).content
tests/utils/rest_utils.py:57: in http_post
    verify, cert, auth, data, default_headers=default_headers)
tests/utils/rest_utils.py:85: in http_request
    raise_http_exception(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response [400]>

    def raise_http_exception(response):
        ex_cls = _exceptions.get(response.status_code, HTTPError)
>       raise ex_cls(response)
E       tests.utils.http_exceptions.HTTPBadRequest: [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}

tests/utils/http_exceptions.py:15: HTTPBadRequest