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

Build: #2346 failed

Job: Archives failed

user of client checking sees new purged callback url after changing it using rest[1oz 1op 1oc-RESt]: Test case result

The below summarizes the result of the test " user of client checking sees new purged callback url after changing it using rest[1oz 1op 1oc-RESt]" in build 2,346 of Onedata Products - mixed acceptance pkg - Chrome archives tests.
Description
user of client checking sees new purged callback url after changing it using rest[1oz 1op 1oc-RESt]
Test class
mixed.scenarios.test_archives
Method
test_user_of_client_checking_sees_new_purged_callback_url_after_changing_it_using_rest[1oz_1op_1oc-REST]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: callback None does not match expected: https://archives.org/purged_archives
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_new_purged_callback_url_after_changing_it_using_rest[1oz_1op_1oc-REST]'>>

    @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)
<decorator-gen-1015>:2: in assert_archive_callback
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/archive.py:162: in assert_archive_callback
    expected_callback)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fc4b676aa20>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7fc4b681de48>, 'user1': <tests.utils.user_utils.User object at 0x7fc4b68cc898>}
hosts = {'oneclient-1': {'container-id': 'aed947f87700e7ce99bd3be39df373db2cc5ab4e2d7876b6b2c03c13e4fb5632', 'ip': '172.17.0.5...0a2a5500d180ebe', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.7', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...archive_browser._ArchiveBrowser object at 0x7fc4b681e860>}, 'first archive': '6da045e2f47e0860ea6ade31ac264da8chf6d7'})
description = 'first archive', option = 'purged'
expected_callback = 'https://archives.org/purged_archives'

    def assert_archive_callback_in_op_rest(user, users, hosts, host, tmp_memory,
                                           description, option, expected_callback):
        info = get_archive_info(user, users, hosts, host, tmp_memory, description)
        callback = f'{option}_callback'
        err_msg = (f'callback {getattr(info, callback)} does '
                   f'not match expected: {expected_callback}')
        if getattr(info, callback) is None:
>           assert expected_callback == 'None', err_msg
E           AssertionError: callback None does not match expected: https://archives.org/purged_archives

tests/mixed/steps/rest/oneprovider/archives.py:184: AssertionError