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

Build: #2646 failed

Job: Directories times failed

user renames directory using client2 and check statuschange time using client1[1oz 1op 1oc-oneclient1-RESt-equal to]: Test case result

The below summarizes the result of the test " user renames directory using client2 and check statuschange time using client1[1oz 1op 1oc-oneclient1-RESt-equal to]" in build 2,646 of Onedata Products - mixed acceptance pkg - Chrome directories times tests.
Description
user renames directory using client2 and check statuschange time using client1[1oz 1op 1oc-oneclient1-RESt-equal to]
Test class
mixed.scenarios.test_directories_times
Method
test_user_renames_directory_using_client2_and_check_statuschange_time_using_client1[1oz_1op_1oc-oneclient1-REST-equal to]
Duration
4 mins
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_renames_directory_using_client2_and_check_statuschange_time_using_client1[1oz_1op_1oc-oneclient1-REST-equal to]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/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:496: in assert_time_relation
    multi_file_steps.check_time(user, time1, time2, comparator, full_path,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_file_steps.py:362: in check_time
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7fe5cd88efa0>>
args = (<function check_time.<locals>.condition at 0x7fe5cd97f430>,)
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