Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #715 failed
Job: Spaces basic failed
user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]" in build 715 of Onedata Products - mixed acceptance pkg - Chrome spaces basic tests.
- Description
- user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_spaces_basic
- Method
- test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-REST-web GUI]
- Duration
- 39 secs
- Status
- Failed (Existing Failure)
Error Log
ImportError: cannot import name 'DefaultSpace' request = <FixtureRequest for <Function 'test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-REST-web GUI]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/mixed/steps/space_basic.py:63: in rename_spaces_in_oz from tests.mixed.steps.rest.onezone.space_management import \ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ """ __author__ = "Michal Cwiertnia" __copyright__ = "Copyright (C) 2017 ACK CYFRONET AGH" __license__ = ("This software is released under the MIT license cited in " "LICENSE.txt") > from tests.mixed.onezone_client import (UserApi, SpaceCreateRequest, SpaceApi, DefaultSpace, SpaceInviteToken, ProviderApi) E ImportError: cannot import name 'DefaultSpace' tests/mixed/steps/rest/onezone/space_management.py:11: ImportError