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

Build: #1426 failed

Job: Permission POSIX failed

using client2 user sees change of posix permissions an statuschange time after changing permissions using client1 for directory[1oz 1op 1oc-RESt-oneclient1]: Test case result

The below summarizes the result of the test " using client2 user sees change of posix permissions an statuschange time after changing permissions using client1 for directory[1oz 1op 1oc-RESt-oneclient1]" in build 1,426 of Onedata Products - mixed acceptance pkg - Chrome permission POSIX tests.
Description
using client2 user sees change of posix permissions an statuschange time after changing permissions using client1 for directory[1oz 1op 1oc-RESt-oneclient1]
Test class
mixed.scenarios.test_permission_posix
Method
test_using_client2_user_sees_change_of_posix_permissions_an_statuschange_time_after_changing_permissions_using_client1_for_directory[1oz_1op_1oc-REST-oneclient1]
Jira Issue
Duration
25 mins
Status
Failed (New Failure)

Error Log

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

    @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)
<decorator-gen-757>:2: in assert_posix_permissions_in_op
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/data_permissions.py:110: in assert_posix_permissions_in_op
    oneclient_host, users)
<decorator-gen-753>:2: in assert_posix_permissions_in_op_oneclient
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/oneclient/data_basic.py:163: in assert_posix_permissions_in_op_oneclient
    multi_file_steps.check_mode(user, path, perm, host, users)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-751>:2: in check_mode
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/oneclient/steps/multi_file_steps.py:308: in check_mode
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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