GUI acceptance tests using environment deployed from packages.

Build: #1715 failed

Job: Onezone harvesters basic failed

user successfully generates invitation token for user with add user privilege[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully generates invitation token for user with add user privilege[1oz 1op elasticsearch]" in build 1,715 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
Description
user successfully generates invitation token for user with add user privilege[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_basic
Method
test_user_successfully_generates_invitation_token_for_user_with_add_user_privilege[1oz_1op_elasticsearch]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

KeyError: 'elasticsearch'
request = <FixtureRequest for <Function 'test_user_successfully_generates_invitation_token_for_user_with_add_user_privilege[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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1045>:2: in create_harvester
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/harvesters.py:105: in create_harvester
    hosts)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-695>:2: in type_endpoint_to_input_field_in_discovery_page
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="91ea3aa41c8d97d9d40f02cc9f54be07")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="3d5d0784cc66f800112912a2ad825f41")>}
browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
input_name = 'endpoint'
hosts = {'oneprovider-1': {'container-id': '01451a5aace7f8fe440dae78eb667c883a3595bd0c26d3610aa81b28177c7c1b', 'hostname': 'de...d097d375b8ed740', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.8', '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 = f"{hosts['elasticsearch']['ip']}:{ELASTICSEARCH_PORT}"
E       KeyError: 'elasticsearch'

tests/gui/steps/onezone/harvesters/discovery.py:131: KeyError