GUI acceptance tests using environment deployed from packages.
Build: #1083 failed
Job: Onezone basic failed
user successfully consumes harvester to space invite token until usage limit is not expired[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user successfully consumes harvester to space invite token until usage limit is not expired[1oz 1op deployed]" in build 1,083 of Onedata Products - gui acceptance pkg - Chrome onezone basic tests.
- Description
- user successfully consumes harvester to space invite token until usage limit is not expired[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_user_successfully_consumes_harvester_to_space_invite_token_until_usage_limit_is_not_expired[1oz_1op_deployed]
- Duration
- 37 secs
- Status
- Failed (Existing Failure)
Error Log
KeyError: 'elasticsearch' request = <FixtureRequest for <Function 'test_user_successfully_consumes_harvester_to_space_invite_token_until_usage_limit_is_not_expired[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) /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:76: in wrapper return fun(*ba.args, **ba.kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ user = 'admin', harvesters_list = '["harvester1", "harvester2", "harvester3"]' service = 'onezone' hosts = {'oneprovider-1': {'container-id': 'e38743bcf286d701893bc7c1c0b44bb9ede3652b8cac8657270c455f9a5c6dd2', 'hostname': 'de...30cd6d5562941b', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.12', 'name': 'dev-onezone', ...}} users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f11e79e0470>, 'onepanel': <tests.utils.user_utils.AdminUser o...tests.utils.user_utils.User object at 0x7f11e7b2cac8>, 'user2': <tests.utils.user_utils.User object at 0x7f11e7971a90>} @given(parsers.re('using REST, user (?P<user>.*) creates ' '(?P<harvesters_list>.*) harvesters? in "(?P<service>.*)" ' 'Onezone service')) def create_harvesters_rest(user, harvesters_list, service, hosts, users): zone_hostname = hosts[service]['hostname'] owner = users[user] plugin = 'elasticsearch_harvesting_backend' > endpoint = f'{hosts["elasticsearch"]["ip"]}:{ELASTICSEARCH_PORT}' E KeyError: 'elasticsearch' tests/gui/steps/rest/env_up/harvesters.py:25: KeyError