Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #5 failed
Job: Onepanel failed
user does not see files tree changes after disabling continuous scan option[1oz 1op 1oc-web GUi-RESt]: Test case result
The below summarizes the result of the test " user does not see files tree changes after disabling continuous scan option[1oz 1op 1oc-web GUi-RESt]" in build 5 of Onedata Products - mixed acceptance pkg - release-21.02.0-alpha1 - Chrome onepanel tests.
- Description
- user does not see files tree changes after disabling continuous scan option[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_user_does_not_see_files_tree_changes_after_disabling_continuous_scan_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_user_does_not_see_files_tree_changes_after_disabling_continuous_scan_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-765>: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="88ab10bb287a4b1587c16f162100873b")>, 'onepanel':...6f162100873b")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="3a6888621c2464522fa1c98734504abc")>} browser_id = 'user1', provider = 'dev-oneprovider-krakow' hosts = {'oneclient-1': {'container-id': '590e9ceaf402682cc241891d08c94bcf69e08efd8af58cd5eb60b7cbf1014d5f', 'ip': '172.17.0.5...99b1adc835a554', '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