Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #13 failed
Job: Onepanel failed
files tree with specified depth is imported to space after changing import depth and enable delete 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 enable delete detection option[1oz 1op 1oc-web GUi-RESt]" in build 13 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 enable delete 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_enable_delete_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_enable_delete_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="297616e944d18b391bf1ee45aa089816")>, 'onepanel':...ee45aa089816")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="6cdc7346e3f4195246d013f07b250159")>} browser_id = 'user1', provider = 'dev-oneprovider-krakow' hosts = {'oneclient-1': {'container-id': 'b7e8d83dbb3f60997416287dc11225714feaba07fcacc102bdd6c1c6491c82ff', 'ip': '172.17.0.5...a12bee0e0d3f165', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.9', '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