Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #224 failed
Job: Chrome ACL tests failed
user sets acl with one entry[RESt-web GUi-[read acl, change acl]-user-user1-file1]: Test case result
The below summarizes the result of the test " user sets acl with one entry[RESt-web GUi-[read acl, change acl]-user-user1-file1]" in build 224 of Onedata Products - mixed acceptance pkg - Chrome ACL tests.
- Description
- user sets acl with one entry[RESt-web GUi-[read acl, change acl]-user-user1-file1]
- Test class
- mixed_swaggers.scenarios.test_acl_basic
- Method
- test_user_sets_acl_with_one_entry[REST-web GUI-[read acl, change acl]-user-user1-file1]
- Duration
- 43 secs
- Status
- Failed (Existing Failure)
Error Log
HTTPBadRequest: [400] Bad Request: {"error":"Bad value: provided \"type\" must be one of: [organization,unit,team,\n role_holders]"} subject_type = 'user', client1 = 'REST', privileges = '[read acl, change acl]' subject_name = 'user1', item = 'file1', client2 = 'web GUI' request = <FixtureRequest for <Function 'test_user_sets_acl_with_one_entry[REST-web GUI-[read acl, change acl]-user-user1-file1]'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/mixed_swaggers/scenarios/test_acl_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) /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/groups.py:65: in groups_creation users, hosts, groups) tests/gui/steps/rest/env_up/groups.py:78: in _groups_creation owner.password, group_name) tests/gui/steps/rest/env_up/groups.py:114: in _create_group data=json.dumps(group_properties)) tests/gui/steps/rest/utils.py:53: in http_post verify, cert, auth, data, default_headers=default_headers) tests/gui/steps/rest/utils.py:81: in http_request raise_http_exception(response) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <Response [400]> def raise_http_exception(response): ex_cls = _exceptions.get(response.status_code, HTTPError) > raise ex_cls(response) E HTTPBadRequest: [400] Bad Request: {"error":"Bad value: provided \"type\" must be one of: [organization,unit,team,\n role_holders]"} tests/gui/steps/rest/exceptions.py:15: HTTPBadRequest