GUI acceptance tests using environment deployed from packages.

Build: #12 failed

Job: Onezone basic failed

user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]" in build 12 of Onedata Products - gui acceptance pkg - release-21.02.0-alpha1 - Chrome onezone basic tests.
Description
user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_basic
Method
test_user_sees_that_if_space_is_displayed_in_provider_in_data_that_provider_is_also_displayed_in_provider_in_spaces[1oz_1op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: provider "dev-oneprovider-krakow" not found
request = <FixtureRequest for <Function 'test_user_sees_that_if_space_is_displayed_in_provider_in_data_that_provider_is_also_displayed_in_provider_in_spaces[1oz_1op_deployed]'>>

    @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-579>:2: in assert_providers_list_contains_provider
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="3a8be5a2277a93f20c563cdf81b15c20")>}
browser_id = 'browser', provider = 'dev-oneprovider-krakow'
hosts = {'elasticsearch': {'container-id': '6bc7fd8586e8fbf50639b70223873498dd6fa63cf2c9a74cb9ce0adcce6e300c', 'ip': '172.17.0...1fe2afa554b92f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.11', '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