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.instances_api
import InstancesApi
19 from swagger_client.rest
import ApiException
23 """InstancesApi unit test stubs"""
32 """Test case for cf_manager_rest_api_app_restart_instance
34 Triggers app restart of this instance # noqa: E501
39 """Test case for cf_manager_rest_api_delete_instance
41 Remove an instance # noqa: E501
46 """Test case for cf_manager_rest_api_get_instance
48 Get a single instance # noqa: E501
53 """Test case for cf_manager_rest_api_get_instances
55 Get all instances of a user # noqa: E501
60 """Test case for cf_manager_rest_api_instance_api_gateway
62 Forwards a custom HTTP API request # noqa: E501
67 """Test case for cf_manager_rest_api_instance_change_runlevel
69 Changes the `runlevel` of the instance (stack developers only) # noqa: E501
74 """Test case for cf_manager_rest_api_instance_get_runlevel
76 Returns the current `runlevel` of the instance (stack developers only) # noqa: E501
81 """Test case for cf_manager_rest_api_post_instances
83 Create an instance # noqa: E501
88 """Test case for cf_manager_rest_api_update_instance
90 Reprogramm an instance # noqa: E501
95 if __name__ ==
'__main__':
def test_cf_manager_rest_api_instance_change_runlevel(self)
def test_cf_manager_rest_api_get_instances(self)
def test_cf_manager_rest_api_update_instance(self)
def test_cf_manager_rest_api_post_instances(self)
def test_cf_manager_rest_api_get_instance(self)
def test_cf_manager_rest_api_instance_api_gateway(self)
def test_cf_manager_rest_api_delete_instance(self)
def test_cf_manager_rest_api_app_restart_instance(self)
def test_cf_manager_rest_api_instance_get_runlevel(self)