GUI acceptance tests using environment deployed from packages.
Build: #383 failed
Job: Chrome oneprovider ACL subdirectories multi failed
rename subdirectory[1oz 1op deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]: Test case result
The below summarizes the result of the test " rename subdirectory[1oz 1op deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]" in build 383 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL subdirectories multi.
- Description
- rename subdirectory[1oz 1op deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]
- Test class
- gui.scenarios.test_oneprovider_acl_subdir_multi
- Method
- test_rename_subdirectory[1oz_1op_deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
StepDefinitionNotFoundError: Step definition is not found: When "user of browser1 sets "dir1" ACL <privileges> privileges for <subject_type> <subject_name> in "space1"". Line 50 in scenario "Rename subdirectory" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COASM/onedata/tests/gui/features/oneprovider/data/subdir_acl_privileges_multi.feature privileges = '[delete subdirectory, traverse directory, add subdirectory]' subject_type = 'user', result = 'succeeds', subject_name = 'user2' request = <FixtureRequest for <Function 'test_rename_subdirectory[1oz_1op_deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]'>> > ??? tests/gui/scenarios/test_oneprovider_acl_subdir_multi.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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_rename_subdirectory[1oz_1op_deployed-user-user2-succeeds-[delete subdirectory, traverse directory, add subdirectory]]'>> step = <pytest_bdd.feature.Step object at 0x7f694c15ce10> scenario = <pytest_bdd.feature.Scenario object at 0x7f694c15cdd0> 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 browser1 sets "dir1" ACL <privileges> privileges for <subject_type> <subject_name> in "space1"". Line 50 in scenario "Rename subdirectory" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COASM/onedata/tests/gui/features/oneprovider/data/subdir_acl_privileges_multi.feature /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:105: StepDefinitionNotFoundError