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

Build: #1731 failed

Job: Onepanel failed

user changes provider name and domain using client2 and he sees in client1 that they have changed[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " user changes provider name and domain using client2 and he sees in client1 that they have changed[1oz 1op 1oc-web GUi-RESt]" in build 1,731 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user changes provider name and domain using client2 and he sees in client1 that they have changed[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[1oz_1op_1oc-web GUI-REST]
Duration
37 secs
Status
Failed (New Failure)

Error Log

ModuleNotFoundError: No module named 'onezone_client'
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[1oz_1op_1oc-web GUI-REST]'>>

    @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:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/mixed/steps/space_basic.py:327: in assert_provider_has_given_name_and_known_hostname_in_oz
    from tests.mixed.steps.rest.onezone.provider import \
tests/mixed/steps/rest/onezone/provider.py:6: in <module>
    from tests.mixed.steps.rest.onezone.common import get_provider_with_name
tests/mixed/steps/rest/onezone/common.py:11: in <module>
    from tests.mixed.onezone_client import (ProviderApi, UserApi, GroupApi,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    """
    
    
    from __future__ import absolute_import
    
    # import apis into sdk package
>   from onezone_client.api.cluster_api import ClusterApi
E   ModuleNotFoundError: No module named 'onezone_client'

tests/mixed/onezone_client/__init__.py:19: ModuleNotFoundError