Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #341 was successful
Job: Onepanel was successful
user supports space with storage sync and enabled options delete and 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 delete and write once[1oz 1op 1oc-RESt-web GUi-RESt]" in build 341 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user supports space with storage sync and enabled options delete and 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_delete_and_write_once[1oz_1op_1oc-REST-web GUI-REST]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "space5" 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_delete_and_write_once[1oz_1op_1oc-REST-web GUI-REST]'>> > from tests.mixed.steps.onepanel_basic import * tests/mixed/scenarios/test_onepanel_basic.py:57: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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="d050ab31e3c9bf8d7f6636966eff2a05")>, 'browsers': <s...36966eff2a05")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="090a28e4a1e9431cd2fa9d425be6c4a5")>} browser_id = 'admin', space = 'space5' 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 "space5" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError