GUI acceptance tests using environment deployed from packages.
Build: #382 failed
Job: Chrome oneprovider ACL directories failed
change directory acl[1oz 1op deployed-group-group1-fails-all except [change acl]]: Test case result
The below summarizes the result of the test " change directory acl[1oz 1op deployed-group-group1-fails-all except [change acl]]" in build 382 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL directories.
- Description
- change directory acl[1oz 1op deployed-group-group1-fails-all except [change acl]]
- Test class
- gui.scenarios.test_oneprovider_acl_dir
- Method
- test_change_directory_acl[1oz_1op_deployed-group-group1-fails-all except [change acl]]
- Duration
- 48 secs
- Status
- Failed (New Failure)
Error Log
StepDefinitionNotFoundError: Step definition is not found: When "user of browser sets "dir1" ACL <privileges> privileges for <subject_type> <subject_name> in "space1"". Line 87 in scenario "Change directory ACL" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAD/onedata/tests/gui/features/oneprovider/data/dir_acl_privileges.feature privileges = 'all except [change acl]', subject_type = 'group', result = 'fails' subject_name = 'group1' request = <FixtureRequest for <Function 'test_change_directory_acl[1oz_1op_deployed-group-group1-fails-all except [change acl]]'>> > ??? tests/gui/scenarios/test_oneprovider_acl_dir.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:163: in _execute_scenario step_func = _find_step_function(request, step, scenario, encoding=encoding) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ request = <FixtureRequest for <Function 'test_change_directory_acl[1oz_1op_deployed-group-group1-fails-all except [change acl]]'>> step = <pytest_bdd.feature.Step object at 0x7f2fb0f992d0> scenario = <pytest_bdd.feature.Scenario object at 0x7f2fb0f99250> encoding = 'utf-8' def _find_step_function(request, step, scenario, encoding): """Match the step defined by the regular expression pattern. :param request: PyTest request object. :param step: Step. :param scenario: Scenario. :return: Function of the step. :rtype: function """ name = step.name try: return get_fixture_value(request, get_step_fixture_name(name, step.type, encoding)) except pytest_fixtures.FixtureLookupError: try: name = find_argumented_step_fixture_name(name, step.type, request._fixturemanager, request) if name: return get_fixture_value(request, name) raise except pytest_fixtures.FixtureLookupError: raise exceptions.StepDefinitionNotFoundError( u"""Step definition is not found: {step}.""" """ Line {step.line_number} in scenario "{scenario.name}" in the feature "{feature.filename}""".format( step=step, scenario=scenario, > feature=scenario.feature, ) ) E StepDefinitionNotFoundError: Step definition is not found: When "user of browser sets "dir1" ACL <privileges> privileges for <subject_type> <subject_name> in "space1"". Line 87 in scenario "Change directory ACL" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAD/onedata/tests/gui/features/oneprovider/data/dir_acl_privileges.feature /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:105: StepDefinitionNotFoundError