4 cloudFPGA Resource Manager API
6 No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
8 OpenAPI spec version: 0.8
10 Generated by: https://github.com/swagger-api/swagger-codegen.git
13 from __future__
import absolute_import
18 from swagger_client.api.resources__admin_only_api
import ResourcesAdminOnlyApi
19 from swagger_client.rest
import ApiException
23 """ResourcesAdminOnlyApi unit test stubs"""
32 """Test case for cf_manager_rest_api_delete_resource
34 Remove a resource # noqa: E501
39 """Test case for cf_manager_rest_api_get_available_resources
41 Get all cloudFPGA resources in state `{status}` # noqa: E501
46 """Test case for cf_manager_rest_api_get_resources
48 Get all cloudFPGA resources # noqa: E501
53 """Test case for cf_manager_rest_api_get_resources_of_sled_status
55 Get status of **all resources** from a specific sled # noqa: E501
60 """Test case for cf_manager_rest_api_get_resources_of_sled_status_in_state
62 Get status of **all resources** from a specific sled in a specific `{status}` # noqa: E501
67 """Test case for cf_manager_rest_api_get_single_resource
69 Get details of one resource # noqa: E501
74 """Test case for cf_manager_rest_api_get_single_resource_status
76 Get status of one resource # noqa: E501
81 """Test case for cf_manager_rest_api_post_resources
83 Create a cloudFPGA resource # noqa: E501
88 """Test case for cf_manager_rest_api_put_resource
90 Update a resource # noqa: E501
95 """Test case for cf_manager_rest_api_put_resource_status
97 Update status of a resource # noqa: E501
102 """Test case for cf_manager_rest_api_put_resources_of_sled_status
104 Update status of **all resources** from a specific sled # noqa: E501
109 """Test case for cf_manager_rest_api_put_resources_of_sled_status_in_state
111 Update status of **all resources** from a specific sled in a specific `{status}` # noqa: E501
116 if __name__ ==
'__main__':
def test_cf_manager_rest_api_get_single_resource_status(self)
def test_cf_manager_rest_api_put_resources_of_sled_status_in_state(self)
def test_cf_manager_rest_api_put_resource_status(self)
def test_cf_manager_rest_api_post_resources(self)
def test_cf_manager_rest_api_get_available_resources(self)
def test_cf_manager_rest_api_put_resources_of_sled_status(self)
def test_cf_manager_rest_api_get_single_resource(self)
def test_cf_manager_rest_api_put_resource(self)
def test_cf_manager_rest_api_get_resources(self)
def test_cf_manager_rest_api_delete_resource(self)
def test_cf_manager_rest_api_get_resources_of_sled_status(self)
def test_cf_manager_rest_api_get_resources_of_sled_status_in_state(self)