Build: #8 failed
Job: Onepanel failed
user supports space with storage sync with no options enabled[RESt-web GUi-RESt]: Test case result
The below summarizes the result of the test " user supports space with storage sync with no options enabled[RESt-web GUi-RESt]" in build 8 of Onedata Products - mixed acceptance pkg - feature-VFS-4649-add-branch-configuration-in-onedata-acceptance - Chrome onepanel tests.
- Description
- user supports space with storage sync with no options enabled[RESt-web GUi-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_supports_space_with_storage_sync_with_no_options_enabled[REST-web GUI-REST]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "space1" in spaces in Onepanel client1 = 'REST', client2 = 'web GUI', client3 = 'REST' request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_with_no_options_enabled[REST-web GUI-REST]'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/mixed_swaggers/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) tests/mixed_swaggers/steps/onepanel_basic.py:329: in support_space_in_op_panel tmp_memory, space_name, host, hosts) tests/gui/meta_steps/onepanel/spaces.py:60: in support_space_in_op_panel_using_gui onepanel) <decorator-gen-116>:2: in wt_assert_existence_of_space_support_record ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="7f9ed92e2001fcc99080479c9413f36b")>, 'browsers': <s...479c9413f36b")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="71ce3c25df5153575879a10601600b8a")>} browser_id = 'admin', space = 'space1' onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> @when(parsers.parse('user of {browser_id} sees that space support record for ' '"{space}" has appeared in Spaces page in Onepanel')) @then(parsers.parse('user of {browser_id} sees that space support record for ' '"{space}" has appeared in Spaces page in Onepanel')) @repeat_failed(timeout=WAIT_BACKEND) def wt_assert_existence_of_space_support_record(selenium, browser_id, space, onepanel): spaces = {space.name for space in onepanel(selenium[browser_id]).content.spaces.spaces} > assert space in spaces, 'not found "{}" in spaces in Onepanel'.format(space) E AssertionError: not found "space1" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError