Build: #45 failed
Job: LUMA multiprovider tests failed
user not in luma cannot create file: Test case result
The below summarizes the result of the test " user not in luma cannot create file" in build 45 of Onedata Products - mixed acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - LUMA multiprovider tests.
- Description
- user not in luma cannot create file
- Test class
- mixed_oneclient.scenarios.test_luma_multiprovider
- Method
- test_user_not_in_luma_cannot_create_file
- Duration
- 1 sec
- Status
- Failed (Existing Failure)
Error Log
IndexError: list index out of range request = <FixtureRequest for <Function 'test_user_not_in_luma_cannot_create_file'>> > from tests.mixed_oneclient.steps.luma.common import * tests/mixed_oneclient/scenarios/test_luma_multiprovider.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) /usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func result = get_fixture_value(request, func.__name__) /usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value return getfixturevalue(name) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:441: in getfixturevalue return self._get_active_fixturedef(argname).cached_result[0] /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:466: in _get_active_fixturedef result = self._getfixturevalue(fixturedef) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:531: in _getfixturevalue val = fixturedef.execute(request=subrequest) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:787: in execute return ihook.pytest_fixture_setup(fixturedef=self, request=request) /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:745: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:613: in execute return _wrapped_call(hook_impl.function(*args), self.execute) /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:254: in _wrapped_call return call_outcome.get_result() /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:280: in get_result _reraise(*ex) # noqa /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:265: in __init__ self.result = func() /usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:614: in execute res = hook_impl.function(*args) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:817: in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:722: in call_fixture_func res = fixturefunc(**kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config = {'client_host1': 'oneclient-krakow', 'client_host2': 'oneclient-paris'} clients = {} @given(parsers.re('there are client hosts:\n(?P<config>(.|\s)+)')) def map_existing_clients(config, clients): config = yaml.load(config) for client, regexp in config.items(): clients[client] = {'mountpoint': ONECLIENT_MOUNTPATH_PREFIX, > 'pod_name': get_pod_names_matching_regexp(regexp)[0]} E IndexError: list index out of range tests/mixed_oneclient/steps/oneclient/common.py:40: IndexError