Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #20 failed
Job: Onepanel failed
user disables files update[web GUi-RESt-RESt]: Test case result
The below summarizes the result of the test " user disables files update[web GUi-RESt-RESt]" in build 20 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user disables files update[web GUi-RESt-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_disables_files_update[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_disables_files_update[web GUI-REST-REST]'>> > ??? tests/mixed_swaggers/scenarios/test_onepanel_basic.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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="518bc92fe349ea8fefb6ee0f0914823f")>, 'browsers': <s...ee0f0914823f")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="c2683ea0412b2759e0b3c9a01a5f74c2")>} 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