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

Build: #1128 failed

Job: Onepanel failed

files tree with specified depth is imported to space after changing update depth and enable write once option[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " files tree with specified depth is imported to space after changing update depth and enable write once option[1oz 1op 1oc-web GUi-RESt]" in build 1,128 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
files tree with specified depth is imported to space after changing update depth and enable write once option[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_write_once_option[1oz_1op_1oc-web GUI-REST]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

ImportError: cannot import name 'StorageUpdateDetails'
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_write_once_option[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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/mixed/steps/onepanel_basic.py:337: in support_space_in_op_panel
    from tests.mixed.steps.rest.onepanel.spaces import \
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    """
    
    __author__ = "Michal Cwiertnia"
    __copyright__ = "Copyright (C) 2017 ACK CYFRONET AGH"
    __license__ = ("This software is released under the MIT license cited in "
                   "LICENSE.txt")
    
    import re
    
    import yaml
    
    from tests.gui.conftest import WAIT_BACKEND
    from tests.mixed.utils.common import (login_to_panel, login_to_oz)
    from tests.mixed.steps.rest.onezone.common import get_space_with_name
>   from tests.mixed.onepanel_client import (OneproviderApi,
                                             StorageUpdateDetails,
                                             SpaceModifyRequest,
                                             StorageImportDetails,
                                             SpaceSupportRequest)
E                                            ImportError: cannot import name 'StorageUpdateDetails'

tests/mixed/steps/rest/onepanel/spaces.py:17: ImportError