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

Build: #2338 failed

Job: Directories movement failed

user copies directory using client2 and using client1 sees that it has been copied[1oz 1op 1oc-oneclient1-RESt]: Test case result

The below summarizes the result of the test " user copies directory using client2 and using client1 sees that it has been copied[1oz 1op 1oc-oneclient1-RESt]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome directories movement tests.
Description
user copies directory using client2 and using client1 sees that it has been copied[1oz 1op 1oc-oneclient1-RESt]
Test class
mixed.scenarios.test_directories_movement
Method
test_user_copies_directory_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-oneclient1-REST]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_copies_directory_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-oneclient1-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/data_basic.py:474: in create_directory_structure_in_op
    oneclient_host, hosts)
tests/mixed/steps/oneclient/data_basic.py:115: in create_directory_structure_in_op_oneclient
    hosts)
tests/mixed/utils/data.py:66: in create_content
    hosts)
tests/mixed/steps/oneclient/data_basic.py:121: in create_item_in_op_oneclient
    multi_dir_steps.create(user, '{}/{}'.format(cwd, name), host, users)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_dir_steps.py:39: in create
    create_base(user, dirs, client_node, users)
tests/oneclient/steps/multi_dir_steps.py:33: in create_base
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7f6a0acdf358>>
args = (<function create_base.<locals>.condition at 0x7f6a0af10268>,)
kwargs = {}, assert_result = False

    def assert_(expression, *args, **kwargs):
        assert_result = expression(*args, **kwargs)
>       assert assert_result
E       AssertionError

tests/utils/utils.py:42: AssertionError