Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #594 failed

Job: Groups basic failed

group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]" in build 594 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
Description
group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_groups_basic
Method
test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-web GUI-REST]
Duration
43 secs
Status
Failed (New Failure)

Error Log

AssertionError: There is no group named group1
client1 = 'web GUI', client2 = 'REST'
request = <FixtureRequest for <Function 'test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-web GUI-REST]'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/mixed/scenarios/test_groups_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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:40: in assert_groups
    see_groups_using_rest(user, users, hosts, group_list, host)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser instance at 0x7faa742feb00>, 'onepanel': <tests.utils.user_utils.AdminUser...s.utils.user_utils.User instance at 0x7faa742ca5a8>, 'user2': <tests.utils.user_utils.User instance at 0x7faa76ba4b48>}
hosts = {'oneclient-1': {'container-id': 'b0bdd51267df943949dbd6137d5d256fc7a08320251be404376e7abba8f94f78', 'ip': '172.17.0.6...fcb7c9cb3b051b', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.10', 'name': 'dev-onezone', ...}}
group_list = '"group1"', host = 'onezone'

    @when(parsers.re('(?P<user>\w+) sees groups? (?P<group_list>.*) using REST'))
    @then(parsers.re('(?P<user>\w+) sees groups? (?P<group_list>.*) using REST'))
    def see_groups_using_rest(user, users, hosts, group_list, host='onezone'):
        user_client = login_to_oz(user, users[user].password, hosts[host]['hostname'])
        for group_name in parse_seq(group_list):
            assert get_group(group_name, user_client), 'There is no ' \
>                                               'group named {}'.format(group_name)
E           AssertionError: There is no group named group1

tests/mixed/steps/rest/onezone/group_management.py:38: AssertionError