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

Build: #17 failed

Job: Onepanel failed

files tree with specified depth is imported to space after changing import depth and disable modification detection option[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " files tree with specified depth is imported to space after changing import depth and disable modification detection option[1oz 1op 1oc-web GUi-RESt]" in build 17 of Onedata Products - mixed acceptance pkg - release-21.02.0-alpha1 - Chrome onepanel tests.
Description
files tree with specified depth is imported to space after changing import depth and disable modification detection option[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_disable_modification_detection_option[1oz_1op_1oc-web GUI-REST]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: provider "dev-oneprovider-krakow" not found
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_disable_modification_detection_option[1oz_1op_1oc-web GUI-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:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/mixed/steps/onepanel_basic.py:351: in w_assert_space_is_supported_by_provider_in_oz
    provider_name, hosts)
tests/gui/meta_steps/onezone/spaces.py:257: in assert_space_is_supported_by_provider_in_oz_gui
    hosts, oz_page)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-769>:2: in assert_providers_list_contains_provider
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browsers': <selenium.webdriver.chrome.webdriver.WebDriver (session="066ec0b1420bfe0fa4db6454fe6eff81")>, 'onepanel':...6454fe6eff81")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="5890937f6ff85d9c3c7215bc9f3c5d18")>}
browser_id = 'user1', provider = 'dev-oneprovider-krakow'
hosts = {'oneclient-1': {'container-id': 'da39aeb44f9d2d51788b1bf251150d5328f8f88f531f3ebcd4734d12bef08b51', 'ip': '172.17.0.5...0b2f3dc2b6a415', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.10', 'name': 'dev-onezone', ...}}
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees "{provider}" is on '
                      'the providers list'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_providers_list_contains_provider(selenium, browser_id, provider,
                                                hosts, oz_page):
        driver = selenium[browser_id]
        if provider in hosts:
            provider = hosts[provider]['name']
        providers_list = oz_page(driver)['data'].providers_page.providers_list
        assert provider in providers_list, 'provider "{}" not found'.format(
>           provider)
E       AssertionError: provider "dev-oneprovider-krakow" not found

tests/gui/steps/onezone/spaces.py:356: AssertionError