GUI acceptance tests using environment deployed from packages.
Build: #398 failed
Job: Onepanel basic failed
revoke space support[1oz 1op not deployed]: Test case result
The below summarizes the result of the test " revoke space support[1oz 1op not deployed]" in build 398 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- revoke space support[1oz 1op not deployed]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_revoke_space_support[1oz_1op_not_deployed]
- Duration
- 54 secs
- Status
- Failed (Existing Failure)
Error Log
AssertionError: no space named "helloworld" found in DATA SPACE MANAGEMENT oz panel request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_not_deployed]'>> from tests.gui.steps.oneprovider.file_browser import * > from tests.gui.steps.oneprovider.metadata 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) <decorator-gen-180>:2: in assert_there_is_item_named_in_oz_panel_list ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="f956f5d3622616f8b6b9a80d5956d5cd")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="a8c86637ae4d1637d7331e44f5c9c658")>} browser_id = 'browser2', item_type = 'space', item_name = 'helloworld' oz_panel = 'DATA SPACE MANAGEMENT' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @when(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>provider) named "(?P<item_name>.+?)" ' r'in expanded "(?P<oz_panel>GO TO YOUR FILES)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>provider) named "(?P<item_name>.+?)" ' r'in expanded "(?P<oz_panel>GO TO YOUR FILES)" Onezone panel')) @when(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>provider) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>GO TO YOUR FILES)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>provider) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>GO TO YOUR FILES)" Onezone panel')) @when(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>space) named "(?P<item_name>.+?)" in expanded ' r'"(?P<oz_panel>DATA SPACE MANAGEMENT)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>space) named "(?P<item_name>.+?)" in expanded ' r'"(?P<oz_panel>DATA SPACE MANAGEMENT)" Onezone panel')) @when(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>space) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>DATA SPACE MANAGEMENT)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>space) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>DATA SPACE MANAGEMENT)" Onezone panel')) @when(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>group) named "(?P<item_name>.+?)" in expanded ' r'"(?P<oz_panel>GROUP MANAGEMENT)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that there is ' r'(?P<item_type>group) named "(?P<item_name>.+?)" in expanded ' r'"(?P<oz_panel>GROUP MANAGEMENT)" Onezone panel')) @when(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>group) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>GROUP MANAGEMENT)" Onezone panel')) @then(parsers.re(r'user of (?P<browser_id>.+?) sees that (?P<item_type>group) ' r'named "(?P<item_name>.+?)" has appeared in expanded ' r'"(?P<oz_panel>GROUP MANAGEMENT)" Onezone panel')) @repeat_failed(timeout=WAIT_BACKEND) def assert_there_is_item_named_in_oz_panel_list(selenium, browser_id, item_type, item_name, oz_panel, oz_page): driver = selenium[browser_id] items = getattr(oz_page(driver)[oz_panel], '{}s'.format(item_type)) assert item_name in items, \ 'no {} named "{}" found in {} oz panel'.format(item_type, item_name, > oz_panel) E AssertionError: no space named "helloworld" found in DATA SPACE MANAGEMENT oz panel tests/gui/steps/onezone/logged_in_common.py:134: AssertionError