Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #341 was successful
Job: Onepanel was successful
support space[1oz 1op 1oc-web GUi-RESt-RESt]: Test case result
The below summarizes the result of the test " support space[1oz 1op 1oc-web GUi-RESt-RESt]" in build 341 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- support space[1oz 1op 1oc-web GUi-RESt-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_support_space[1oz_1op_1oc-web GUI-REST-REST]
- Jira Issue
-
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "helloworld" in spaces in Onepanel client1 = 'web GUI', client2 = 'REST', client3 = 'REST' request = <FixtureRequest for <Function 'test_support_space[1oz_1op_1oc-web GUI-REST-REST]'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/mixed/scenarios/test_onepanel_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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="8a589db5b12350df0b68827d752d5014")>, 'browsers': <s...827d752d5014")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="9aa9f2cc56116658c52ea44aa0b4cfe6")>} browser_id = 'admin', space = 'helloworld' 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 "helloworld" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError