Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #340 failed
Job: Onepanel was successful
user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]" in build 340 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "space4" in spaces in Onepanel client1 = 'REST', client2 = 'web GUI', client3 = 'REST' request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]'>> from tests.gui.meta_steps.onepanel.account_management import * > from tests.gui.meta_steps.onepanel.provider import * tests/mixed/scenarios/test_onepanel_basic.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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/steps/onepanel_basic.py:332: in support_space_in_op_panel tmp_memory, space_name, host, hosts) tests/gui/meta_steps/onepanel/spaces.py:61: in support_space_in_op_panel_using_gui onepanel) <decorator-gen-126>:2: in wt_assert_existence_of_space_support_record ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="0ade8a542cdb2faee56c68098eae7baf")>, 'browsers': <s...68098eae7baf")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="b0c6c94755cb9ca3e0e23efd8b67df58")>} browser_id = 'admin', space = 'space4' 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 "space4" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError