Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #1081 failed

Job: Chrome ACL tests failed

user sets acl with two entries[1oz 1op 1oc-RESt-web GUi-[deny, data:read, data:write]-user-user2-file1]: Test case result

The below summarizes the result of the test " user sets acl with two entries[1oz 1op 1oc-RESt-web GUi-[deny, data:read, data:write]-user-user2-file1]" in build 1,081 of Onedata Products - mixed acceptance pkg - Chrome ACL tests.
Description
user sets acl with two entries[1oz 1op 1oc-RESt-web GUi-[deny, data:read, data:write]-user-user2-file1]
Test class
mixed.scenarios.test_acl_basic
Method
test_user_sets_acl_with_two_entries[1oz_1op_1oc-REST-web GUI-[deny, data:read, data:write]-user-user2-file1]
Duration
31 secs
Status
Failed (Existing Failure)

Error Log

TypeError: init_storage() missing 1 required positional argument: 'directory_tree'
request = <FixtureRequest for <Function 'test_user_sets_acl_with_two_entries[1oz_1op_1oc-REST-web GUI-[deny, data:read, data:write]-user-user2-file1]'>>

    @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\n- dir1', space = 'space1'
host = 'oneprovider-1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fc491c93470>, 'onepanel': <tests.utils.user_utils.AdminUser o...tests.utils.user_utils.User object at 0x7fc491c05da0>, 'user2': <tests.utils.user_utils.User object at 0x7fc491c056d8>}
hosts = {'oneclient-1': {'container-id': '31fb39e693e11d5ebb2d42295fedf6930718c9c5e9bd5250001a4437108b7676', 'ip': '172.17.0.1...7d3fed25d47e321', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.9', '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