cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Public Member Functions | |
def | setUp (self) |
def | tearDown (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_all_debug_connections_of_user (self) |
def | test_cf_manager_rest_api_get_debug_connection (self) |
def | test_cf_manager_rest_api_get_flight_recorder_cluster (self) |
def | test_cf_manager_rest_api_get_flight_recorder_instance (self) |
Public Attributes | |
api | |
DebugApi unit test stubs
Definition at line 22 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.setUp | ( | self | ) |
Definition at line 25 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.tearDown | ( | self | ) |
Definition at line 28 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_delete_debug_connection | ( | self | ) |
Test case for cf_manager_rest_api_delete_debug_connection Deletes an existing connection to the `hw_server` of this instance # noqa: E501
Definition at line 31 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_get_all_debug_connections | ( | self | ) |
Test case for cf_manager_rest_api_get_all_debug_connections Requests a list of running `hw_server`s on all instances (admin only) # noqa: E501
Definition at line 38 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_get_all_debug_connections_of_user | ( | self | ) |
Test case for cf_manager_rest_api_get_all_debug_connections_of_user Returns all open `hw_server` of a user # noqa: E501
Definition at line 45 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_get_debug_connection | ( | self | ) |
Test case for cf_manager_rest_api_get_debug_connection Requests a connection to the `hw_server` of this instance # noqa: E501
Definition at line 52 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_get_flight_recorder_cluster | ( | self | ) |
Test case for cf_manager_rest_api_get_flight_recorder_cluster Requests network runtime information of all instances # noqa: E501
Definition at line 59 of file test_debug_api.py.
def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.test_cf_manager_rest_api_get_flight_recorder_instance | ( | self | ) |
Test case for cf_manager_rest_api_get_flight_recorder_instance Requests network runtime information # noqa: E501
Definition at line 66 of file test_debug_api.py.
cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.api |
Definition at line 26 of file test_debug_api.py.