GUI acceptance tests using environment deployed from packages.
Build: #639 failed
Job: Onepanel basic failed
user fails to add group to cluster without add group privileges[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user fails to add group to cluster without add group privileges[1oz 1op deployed]" in build 639 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- user fails to add group to cluster without add group privileges[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'menu' request = <FixtureRequest for <Function 'test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]'>> from tests.gui.meta_steps.onezone.spaces import * > from tests.gui.meta_steps.onepanel.account_management import * tests/gui/scenarios/test_onepanel_basic.py:65: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-798>:2: in add_group_to_cluster ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/clusters.py:108: in add_group_to_cluster cluster_name, hosts) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-442>:2: in click_on_record_in_clusters_menu ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="dea70fb6ffe2530d602709d228e689e8")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="fdda7f908d040edbd5e980851ae8adc5")>} browser_id = 'browser2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> record = 'dev-oneprovider-krakow' hosts = {'elasticsearch': {'container-id': '67994ac084d8b207cbb03a6d9a4f497742586249c8124f120ad25016d4794843', 'ip': '172.17.0...4d3f2d98b61432', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.14', 'name': 'dev-onezone', ...}} @wt(parsers.parse('user of {browser_id} clicks on "{record}" in clusters menu')) @repeat_failed(timeout=WAIT_FRONTEND) def click_on_record_in_clusters_menu(selenium, browser_id, oz_page, record, hosts): driver = selenium[browser_id] record = hosts[record]['name'] > oz_page(driver)['clusters'].menu[record]() E AttributeError: 'NoneType' object has no attribute 'menu' tests/gui/steps/onezone/clusters.py:41: AttributeError