Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #760 failed
Job: Onepanel failed
revoke space support[1oz 1op 1oc-web GUi-RESt-RESt]: Test case result
The below summarizes the result of the test " revoke space support[1oz 1op 1oc-web GUi-RESt-RESt]" in build 760 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- revoke space support[1oz 1op 1oc-web GUi-RESt-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_revoke_space_support[1oz_1op_1oc-web GUI-REST-REST]
- Jira Issue
-
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
ValueError: Invalid value for `support_parameters`, must not be `None` request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_1oc-web GUI-REST-REST]'>> @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/onepanel_basic.py:401: in revoke_space_support_in_op_panel onepanel_credentials) tests/mixed/steps/rest/onepanel/spaces.py:42: in revoke_space_support_in_op_panel_using_rest space = get_space_with_name(user_client_oz, space_name) tests/mixed/steps/rest/onezone/common.py:42: in get_space_with_name space = space_api.get_space(sid) tests/mixed/onezone_client/apis/space_api.py:1250: in get_space (data) = self.get_space_with_http_info(id, **kwargs) tests/mixed/onezone_client/apis/space_api.py:1323: in get_space_with_http_info collection_formats=collection_formats) tests/mixed/onezone_client/api_client.py:317: in call_api _return_http_data_only, collection_formats, _preload_content, _request_timeout) tests/mixed/onezone_client/api_client.py:159: in __call_api return_data = self.deserialize(response_data, response_type) tests/mixed/onezone_client/api_client.py:232: in deserialize return self.__deserialize(data, response_type) tests/mixed/onezone_client/api_client.py:272: in __deserialize return self.__deserialize_model(data, klass) tests/mixed/onezone_client/api_client.py:616: in __deserialize_model instance = klass(**kwargs) tests/mixed/onezone_client/models/space.py:67: in __init__ self.support_parameters = support_parameters _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = {'dbsync_state': None, 'name': 'helloworld', 'providers': {}, 'space_id': '7e3653ecd50d5e517a43cb2e82738b2cch54b1', 'support_parameters': None, 'support_state': None} support_parameters = None @support_parameters.setter def support_parameters(self, support_parameters): """ Sets the support_parameters of this Space. The map of provider Ids supporting this space and corresponding support parameters of the provider. :param support_parameters: The support_parameters of this Space. :type: dict(str, SpaceSupportParameters) """ if support_parameters is None: > raise ValueError("Invalid value for `support_parameters`, must not be `None`") E ValueError: Invalid value for `support_parameters`, must not be `None` tests/mixed/onezone_client/models/space.py:167: ValueError