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

Build: #2156 failed

Job: LUMA failed

using oneclient1 user can see file using token with caveat set for path created by web gui after owner renames file[1oz 1op 1oc]: Test case result

The below summarizes the result of the test " using oneclient1 user can see file using token with caveat set for path created by web gui after owner renames file[1oz 1op 1oc]" in build 2,156 of Onedata Products - mixed acceptance pkg - Chrome access tokens.
Description
using oneclient1 user can see file using token with caveat set for path created by web gui after owner renames file[1oz 1op 1oc]
Test class
mixed.scenarios.test_access_tokens
Method
test_using_oneclient1_user_can_see_file_using_token_with_caveat_set_for_path_created_by_web_gui_after_owner_renames_file[1oz_1op_1oc]
Jira Issue
Duration
4 mins
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_using_oneclient1_user_can_see_file_using_token_with_caveat_set_for_path_created_by_web_gui_after_owner_renames_file[1oz_1op_1oc]'>>

    @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/oneclient/steps/multi_file_steps.py:89: in ls_present
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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