GUI acceptance tests using environment deployed from packages.
Build: #686 failed
Job: Onepanel basic failed
revoke space support[1oz 1op deployed-browser2-space2]: Test case result
The below summarizes the result of the test " revoke space support[1oz 1op deployed-browser2-space2]" in build 686 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- revoke space support[1oz 1op deployed-browser2-space2]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_revoke_space_support[1oz_1op_deployed-browser2-space2]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AssertionError: provider "dev-oneprovider-krakow" not found client = 'browser2', space = 'space2' request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser2-space2]'>> from tests.gui.steps.onezone.clusters import * > from tests.gui.steps.onezone.members import * tests/gui/scenarios/test_onepanel_basic.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-394>:2: in assert_providers_list_contains_provider ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="44ca4a5e2286b5d4833235b24ecad54a")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="de2d6768638469c9e195c1e678052982")>} browser_id = 'browser1', provider = 'dev-oneprovider-krakow' hosts = {'elasticsearch': {'container-id': '1e6ee959369d8baa780c63e04ca8eae0f20e200214c9e3f6ab89e7246121a5a3', 'ip': '172.17.0...ba7182e38cd243', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.14', '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:266: AssertionError