oneclient acceptance tests using environment deployed from packages

Build: #44 failed

Job: singleprovider regular file CRUD multiclient directio failed

move[singleprovider multiclient directio]: Test case result

The below summarizes the result of the test " move[singleprovider multiclient directio]" in build 44 of Onedata Products - oneclient acceptance pkg - release-22.02.0-alpha1 - singleprovider regular file CRUD multiclient directio.
Description
move[singleprovider multiclient directio]
Test class
oneclient.scenarios.test_multi_reg_file_CRUD
Method
test_move[singleprovider_multiclient_directio]
Duration
17 secs
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_move[singleprovider_multiclient_directio]'>>

    @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:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_reg_file_steps.py:111: in read_text
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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

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

tests/utils/utils.py:41: AssertionError