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.debug_api
import DebugApi
19 from swagger_client.rest
import ApiException
23 """DebugApi unit test stubs"""
32 """Test case for cf_manager_rest_api_delete_debug_connection
34 Deletes an existing connection to the `hw_server` of this instance # noqa: E501
39 """Test case for cf_manager_rest_api_get_all_debug_connections
41 Requests a list of running `hw_server`s on all instances (admin only) # noqa: E501
46 """Test case for cf_manager_rest_api_get_all_debug_connections_of_user
48 Returns all open `hw_server` of a user # noqa: E501
53 """Test case for cf_manager_rest_api_get_debug_connection
55 Requests a connection to the `hw_server` of this instance # noqa: E501
60 """Test case for cf_manager_rest_api_get_flight_recorder_cluster
62 Requests network runtime information of all instances # noqa: E501
67 """Test case for cf_manager_rest_api_get_flight_recorder_instance
69 Requests network runtime information # noqa: E501
74 if __name__ ==
'__main__':
def test_cf_manager_rest_api_get_flight_recorder_instance(self)
def test_cf_manager_rest_api_get_debug_connection(self)
def test_cf_manager_rest_api_get_all_debug_connections_of_user(self)
def test_cf_manager_rest_api_delete_debug_connection(self)
def test_cf_manager_rest_api_get_all_debug_connections(self)
def test_cf_manager_rest_api_get_flight_recorder_cluster(self)