Build: #2 failed
Job: Onepanel failed
user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]: Test case result
The below summarizes the result of the test " user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]" in build 2 of Onedata Products - mixed acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome onepanel tests.
- Description
- user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-REST]
- Duration
- 24 secs
- Status
- Failed (New Failure)
Error Log
TypeError: wt_click_on_subitem_for_item_with_name() takes exactly 6 arguments (7 given) client1 = 'web GUI', client2 = 'REST' request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-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) tests/mixed_swaggers/steps/onepanel_basic.py:98: in modify_provider_using_test_hostname_in_op_panel hosts) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="34b6f242f5815016f6e8f897701e9e16")>, 'browsers': <s...f897701e9e16")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="7cb99ff5a398dad229969ce4008ce2a8")>} user = 'admin', onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> provider_name = 'dev-oneprovider-krakow', new_provider_name = 'pro1' need_auth = False new_domain = 'dev-oneprovider-krakow.default.svc.cluster.local.test' panel_login_page = <class 'tests.gui.utils.onepanel.login_page.OnepanelLoginPage'> users = {'admin': UserCredentials(username='admin', password='password', id=u'e0fd343caf3bb38320...xMjM3MQowMDJmc2lnbmF00dXJlI...='password', id=u'ce2a2a67e1d7cea6be...MzAxMjM3MgowMDJmc2lnbmF00dXJlIJ3uzuRQ003YqL8mdMAJ9NX021Ip8L8ScRTJhSTWaBxd6rCg')} hosts = {'oneprovider-1': {'container_id': 'd13e70a01770c3457b743300af005d555a8299d3b9ef2d45c37a7ffe24d8da1d', 'hostname': 'de...3f7b9699bcf290f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.46', 'name': 'dev-onezone', ...}} def modify_provider_with_given_name_in_op_panel_using_gui(selenium, user, onepanel, provider_name, new_provider_name, need_auth, new_domain, panel_login_page, users, hosts): sidebar = 'CLUSTERS' sub_item = 'Provider' button = 'Modify provider details' content = 'provider' prov_name_attr = 'Provider name' red_point_attr = 'Domain' notify_type = 'info' notify_text_regexp = '.*[Pp]rovider.*data.*modified.*' wt_click_on_subitem_for_item_with_name(selenium, user, sidebar, sub_item, > provider_name, onepanel, hosts) E TypeError: wt_click_on_subitem_for_item_with_name() takes exactly 6 arguments (7 given) tests/gui/meta_steps/onepanel/provider.py:38: TypeError