GUI acceptance tests using environment deployed from packages.

Build: #1080 failed

Job: Onezone spaces multiuser failed

user adds two harvesters to space using invitation tokens and removes them from it[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user adds two harvesters to space using invitation tokens and removes them from it[1oz 1op deployed]" in build 1,080 of Onedata Products - gui acceptance pkg - Chrome onezone spaces multiuser tests.
Description
user adds two harvesters to space using invitation tokens and removes them from it[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_spaces_multiuser
Method
test_user_adds_two_harvesters_to_space_using_invitation_tokens_and_removes_them_from_it[1oz_1op_deployed]
Duration
7 mins
Status
Failed (Existing Failure)

Error Log

KeyError: 'elasticsearch'
request = <FixtureRequest for <Function 'test_user_adds_two_harvesters_to_space_using_invitation_tokens_and_removes_them_from_it[1oz_1op_deployed]'>>

    @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)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-936>:2: in create_harvester
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/harvesters.py:79: in create_harvester
    hosts)
<decorator-gen-538>:2: in type_endpoint_to_input_field_in_discovery_page
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="a3b6faf8b885c176583ac7cc38f77b1d")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="20bebc67ae432aa4cc76366fa0aff604")>}
browser_id = 'browser2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
input_name = 'endpoint'
hosts = {'oneprovider-1': {'container-id': 'ed8cf0ba02747fb801e3987f74eefc3f0ccadaae650b17ba9e8c8b575327bea9', 'hostname': 'de...342766f45e14d8', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.13', 'name': 'dev-onezone', ...}}

    @wt(parsers.parse('user of {browser_id} types the endpoint of deployed '
                      'elasticsearch client to {input_name} input field '
                      'in discovery page'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def type_endpoint_to_input_field_in_discovery_page(selenium, browser_id,
                                                       oz_page, input_name, hosts):
        driver = selenium[browser_id]
        input_field = getattr(oz_page(driver)['discovery'], input_name)
>       text = '{}:{}'.format(hosts['elasticsearch']['ip'], ELASTICSEARCH_PORT)
E       KeyError: 'elasticsearch'

tests/gui/steps/onezone/discovery.py:48: KeyError