GUI acceptance tests using environment deployed from packages.
Build: #19 failed
Job: Onepanel basic failed
user changes provider name and domain[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user changes provider name and domain[1oz 1op deployed]" in build 19 of Onedata Products - gui acceptance pkg - release-21.02.0-alpha1 - Chrome onepanel basic tests.
- Description
- user changes provider name and domain[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_user_changes_provider_name_and_domain[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: provider "pro1" not found request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain[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-519>:2: in assert_providers_list_contains_provider ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="9ff55daf9a2c17c47777780f26887db9")>, 'browser_emerg...>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="efa2d054a90dd1b3794952fee3badf50")>} browser_id = 'space_owner_browser', provider = 'pro1' hosts = {'elasticsearch': {'container-id': '01ea82854837af233c382272c82c7e5061570ac67889a8775e311e43d4af5f5c', 'ip': '172.17.0...c53f2a4b9b7e17', '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 "pro1" not found tests/gui/steps/onezone/spaces.py:356: AssertionError