Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1062 failed
Job: Chrome files metadata tests failed
user removes metadata[1oz 1op 1oc-web GUi-oneclient1-JSOn-{"id": 1}]: Test case result
The below summarizes the result of the test " user removes metadata[1oz 1op 1oc-web GUi-oneclient1-JSOn-{"id": 1}]" in build 1,062 of Onedata Products - mixed acceptance pkg - Chrome files metadata tests.
- Description
- user removes metadata[1oz 1op 1oc-web GUi-oneclient1-JSOn-{"id": 1}]
- Test class
- mixed.scenarios.test_files_metadata
- Method
- test_user_removes_metadata[1oz_1op_1oc-web GUI-oneclient1-JSON-{"id": 1}]
- Duration
- 24 secs
- Status
- Failed (New Failure)
Error Log
TypeError: init_storage() missing 1 required positional argument: 'directory_tree' request = <FixtureRequest for <Function 'test_user_removes_metadata[1oz_1op_1oc-web GUI-oneclient1-JSON-]'>> @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 = 'user1', config = '- file1', space = 'space1', host = 'oneprovider-1' users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fe365d7d080>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7fe365c33518>, 'user1': <tests.utils.user_utils.User object at 0x7fe365aa4dd8>} hosts = {'oneclient-1': {'container-id': '2cb132e73c48940be6561f95c7fea67e0a09130470f2778d792dd5b2569dfed0', 'ip': '172.17.0.5...249045c773b821', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.11', 'name': 'dev-onezone', ...}} @given(parsers.re('directory structure created by (?P<user>\w+) ' 'in "(?P<space>.*)" space on (?P<host>.*) as follows:\n' '(?P<config>(.|\s)*)')) def g_create_directory_structure(user, config, space, host, users, hosts): owner = users[user] items = yaml.load(config) provider_hostname = hosts[host]['hostname'] > init_storage(owner, space, hosts, provider_hostname, items) E TypeError: init_storage() missing 1 required positional argument: 'directory_tree' tests/gui/meta_steps/oneprovider/data.py:260: TypeError