Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #15 failed
Job: Onepanel failed
files tree with specified depth is imported to space after changing max depth enabling delete and disabling modification detection[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 max depth enabling delete and disabling modification detection[1oz 1op 1oc-web GUi-RESt]" in build 15 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 max depth enabling delete and disabling modification detection[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_max_depth_enabling_delete_and_disabling_modification_detection[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_max_depth_enabling_delete_and_disabling_modification_detection[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="0f488813d3cc6516138669dd99edacb0")>, 'onepanel':...69dd99edacb0")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="9c19458c159a5cb40c5ce54a33e815b6")>} browser_id = 'user1', provider = 'dev-oneprovider-krakow' hosts = {'oneclient-1': {'container-id': '53dd17e8ccef7344bf9b37fa25a51b629f69da6a5c35f3f0ed7420f928125a55', 'ip': '172.17.0.7...9fdfc2648a8e83', '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