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

Build: #2338 failed

Job: Access tokens failed

luma local feed storage mappings on posix storage for new files are respected in oneclient interface[1oz 1op luma oneclient]: Test case result

The below summarizes the result of the test " luma local feed storage mappings on posix storage for new files are respected in oneclient interface[1oz 1op luma oneclient]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome LUMA tests.
Description
luma local feed storage mappings on posix storage for new files are respected in oneclient interface[1oz 1op luma oneclient]
Test class
mixed.scenarios.test_luma
Method
test_luma_local_feed_storage_mappings_on_posix_storage_for_new_files_are_respected_in_oneclient_interface[1oz_1op_luma_oneclient]
Duration
3 mins
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_luma_local_feed_storage_mappings_on_posix_storage_for_new_files_are_respected_in_oneclient_interface[1oz_1op_luma_oneclient]'>>

    @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/mixed/steps/data_basic.py:39: in create_file_in_op
    oneclient_host)
tests/mixed/steps/oneclient/data_basic.py:65: in create_file_in_op_oneclient
    multi_file_steps.create_reg_file(user, path, host, users)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_file_steps.py:43: in create_reg_file
    create_base(user, files, client_node, users)
tests/oneclient/steps/multi_file_steps.py:37: in create_base
    assert_generic(client.perform, should_fail, condition)
tests/utils/utils.py:37: in assert_generic
    assert_(expression, *args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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