GUI acceptance tests using environment deployed from packages.
Build: #1082 failed
Job: Onezone spaces multiuser failed
user adds one of his harvesters to space and another user deletes this harvester[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user adds one of his harvesters to space and another user deletes this harvester[1oz 1op deployed]" in build 1,082 of Onedata Products - gui acceptance pkg - Chrome onezone spaces multiuser tests.
- Description
- user adds one of his harvesters to space and another user deletes this harvester[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_spaces_multiuser
- Method
- test_user_adds_one_of_his_harvesters_to_space_and_another_user_deletes_this_harvester[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
KeyError: 'elasticsearch' request = <FixtureRequest for <Function 'test_user_adds_one_of_his_harvesters_to_space_and_another_user_deletes_this_harvester[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="151165d1e2a036b07f1ea166c1312290")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="fe2b0bc455418aa770119e79fc3e55b3")>} browser_id = 'browser2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> input_name = 'endpoint' hosts = {'oneprovider-1': {'container-id': '2041a35a232828d7e46773d63fe31cbfb7ef6f97843afde6b36d2303dbe7c3ee', 'hostname': 'de...9c5f96f2a5e4fc', '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