Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #20 failed
Job: Onepanel failed
user supports space with storage sync and enabled options mount in root[web GUi-RESt-RESt]: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options mount in root[web GUi-RESt-RESt]" in build 20 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user supports space with storage sync and enabled options mount in root[web GUi-RESt-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root[web GUI-REST-REST]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
TypeError: assert_there_is_item_named_in_oz_panel_list() takes exactly 6 arguments (7 given) client1 = 'web GUI', client2 = 'REST', client3 = 'REST' request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root[web GUI-REST-REST]'>> from tests.gui.steps.oneprovider.common import * > from tests.gui.steps.oneprovider.data_tab import * tests/mixed_swaggers/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) <decorator-gen-510>:2: in assert_space_content_in_op ??? tests/gui/utils/generic.py:108: in wrapper return fun(*args, **kwargs) tests/mixed_swaggers/steps/onepanel_basic.py:539: in assert_space_content_in_op host, hosts) tests/gui/meta_steps/oneprovider/data.py:322: in assert_space_content_in_op_gui hosts) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="2bae3a6bf9149379a5f4edf7b0f1f8ee")>, 'browsers': <s...edf7b0f1f8ee")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="b500f9e149ad7ad8307974a58b555d12")>} user = 'user1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> provider = 'oneprovider-1', main_menu_tab = 'data' hosts = {'oneprovider-1': {'container_id': '8e06eaeef9d7f5526b3fc13d2a6bd63cf427997dbc201c18ca917a2a934d2745', 'hostname': 'de...41df3bc0c5b677a', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.15', 'name': 'dev-onezone', ...}} def navigate_to_tab_in_op_using_gui(selenium, user, oz_page, provider, main_menu_tab, hosts): panel_name = button_name = "GO TO YOUR FILES" item_type = "provider" title = selenium[user].title if "onezone" in title.lower(): wt_expand_oz_panel(selenium, user, panel_name, oz_page) assert_there_is_item_named_in_oz_panel_list(selenium, user, item_type, provider, panel_name, > oz_page, hosts) E TypeError: assert_there_is_item_named_in_oz_panel_list() takes exactly 6 arguments (7 given) tests/gui/meta_steps/oneprovider/common.py:29: TypeError