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

Build: #12 failed

Job: Single directory 2 failed

user creates directory using client1 removes it using client2 and then recreates it using client1[1oz 1op 1oc-oneclient1-web GUi]: Test case result

The below summarizes the result of the test " user creates directory using client1 removes it using client2 and then recreates it using client1[1oz 1op 1oc-oneclient1-web GUi]" in build 12 of Onedata Products - mixed acceptance pkg - release-22.02.0-alpha1 - Chrome single directory tests 2.
Description
user creates directory using client1 removes it using client2 and then recreates it using client1[1oz 1op 1oc-oneclient1-web GUi]
Test class
mixed.scenarios.test_single_directory2
Method
test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-oneclient1-web GUI]
Duration
4 mins
Status
Failed (Existing Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-oneclient1-web GUI]'>>

    @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/mixed/steps/data_basic.py:127: in create_dir_in_op
    oneclient_host)
tests/mixed/steps/oneclient/data_basic.py:65: in create_dir_in_op_oneclient
    multi_dir_steps.create(user, full_path, host, users)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_dir_steps.py:37: in create
    create_base(user, dirs, client_node, users)
tests/oneclient/steps/multi_dir_steps.py:31: in create_base
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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