Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #594 failed
Job: Groups basic failed
user removes group from parent group[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " user removes group from parent group[1oz 1op 1oc-RESt-web GUi]" in build 594 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- user removes group from parent group[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_user_removes_group_from_parent_group[1oz_1op_1oc-REST-web GUI]
- Duration
- 24 secs
- Status
- Failed (New Failure)
Error Log
AssertionError: group "parent" not found client1 = 'REST', client2 = 'web GUI' request = <FixtureRequest for <Function 'test_user_removes_group_from_parent_group[1oz_1op_1oc-REST-web GUI]'>> > ??? tests/mixed/scenarios/test_groups_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) tests/mixed/steps/group_basic.py:42: in assert_groups see_groups_using_op_gui(selenium, user, oz_page, group_list) tests/gui/meta_steps/onezone/groups.py:82: in see_groups_using_op_gui assert_group_exists(selenium, user, option, group, oz_page) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-448>:2: in assert_group_exists ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="4d023f307f55e03454a9a893589f1299")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="4d023f307f55e03454a9a893589f1299")>} browser_ids = 'user1', option = 'sees', group = 'parent' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('users? of (?P<browser_ids>.*) (?P<option>does not see|sees) ' 'group "(?P<group>.*)" on groups list')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_group_exists(selenium, browser_ids, option, group, oz_page): for browser_id in parse_seq(browser_ids): groups_count = len(_find_groups(oz_page(selenium[browser_id])['groups'], group)) if option == 'does not see': assert groups_count == 0, 'group "{}" found'.format(group) else: > assert groups_count == 1, 'group "{}" not found'.format(group) E AssertionError: group "parent" not found tests/gui/steps/onezone/groups.py:91: AssertionError