Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #17 failed
Job: Onepanel failed
support space[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result
The below summarizes the result of the test " support space[1oz 1op 1oc-RESt-web GUi-RESt]" in build 17 of Onedata Products - mixed acceptance pkg - release-21.02.0-alpha1 - Chrome onepanel tests.
- Description
- support space[1oz 1op 1oc-RESt-web GUi-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_support_space[1oz_1op_1oc-REST-web GUI-REST]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: provider "dev-oneprovider-krakow" not found request = <FixtureRequest for <Function 'test_support_space[1oz_1op_1oc-REST-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="13c61ed0b4d33f3fd4c8878182a6c0ec")>, 'onepanel':...878182a6c0ec")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="498628c54b7669c9bb6f3942f6e55391")>} 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