Build: #16 failed

Job: Oneprovider ACL files failed

rename file[user-user1-succeeds-[delete]]: Test case result

The below summarizes the result of the test " rename file[user-user1-succeeds-[delete]]" in build 16 of Onedata Products - gui acceptance pkg - feature-VFS-4544-gui-acceptance-tests-for-new-oz - Chrome oneprovider ACL files.
Description
rename file[user-user1-succeeds-[delete]]
Test class
gui.scenarios.test_oneprovider_acl_files
Method
test_rename_file[user-user1-succeeds-[delete]]
Duration
16 secs
Status
Failed (New Failure)

Error Log

HTTPUnauthorized: [401] Unauthorized: {"error":"Authentication Error","description":"Invalid username or password."}
privileges = '[delete]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_rename_file[user-user1-succeeds-[delete]]'>>

    
>   scenarios('../features/oneprovider/data/file_acl_privileges.feature')

tests/gui/scenarios/test_oneprovider_acl_files.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)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func
    result = get_fixture_value(request, func.__name__)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value
    return getfixturevalue(name)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:430: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:455: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:526: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:797: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:828: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:720: in call_fixture_func
    res = fixturefunc(**kwargs)
tests/gui/steps/rest/env_up/spaces.py:97: in create_and_configure_spaces
    users, groups, storages, spaces)
tests/gui/steps/rest/env_up/spaces.py:117: in _create_and_configure_spaces
    storages_db, hosts, description.get('providers', {}))
tests/gui/steps/rest/env_up/spaces.py:215: in _get_support
    admin_password, storage_name)
tests/gui/steps/rest/env_up/spaces.py:248: in _get_storage_id
    auth=(admin_username, admin_password))
tests/gui/steps/rest/utils.py:37: in http_get
    verify, cert, auth, default_headers=default_headers)
tests/gui/steps/rest/utils.py:77: in http_request
    raise_http_exception(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response [401]>

    def raise_http_exception(response):
        ex_cls = _exceptions.get(response.status_code, HTTPError)
>       raise ex_cls(response)
E       HTTPUnauthorized: [401] Unauthorized: {"error":"Authentication Error","description":"Invalid username or password."}

tests/gui/steps/rest/exceptions.py:15: HTTPUnauthorized