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_cluster (self) |
def | test_cf_manager_rest_api_extend_cluster (self) |
def | test_cf_manager_rest_api_get_cluster_single (self) |
def | test_cf_manager_rest_api_get_clusters (self) |
def | test_cf_manager_rest_api_post_clusters (self) |
def | test_cf_manager_rest_api_reduce_cluster (self) |
def | test_cf_manager_rest_api_restart_cluster (self) |
def | test_cf_manager_rest_api_update_node_of_cluster (self) |
Public Attributes | |
api | |
ClustersApi unit test stubs
Definition at line 22 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.setUp | ( | self | ) |
Definition at line 25 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.tearDown | ( | self | ) |
Definition at line 28 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_delete_cluster | ( | self | ) |
Test case for cf_manager_rest_api_delete_cluster Delete a cluster # noqa: E501
Definition at line 31 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_extend_cluster | ( | self | ) |
Test case for cf_manager_rest_api_extend_cluster Add nodes to an existing cluster # noqa: E501
Definition at line 38 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_get_cluster_single | ( | self | ) |
Test case for cf_manager_rest_api_get_cluster_single Get a cluster # noqa: E501
Definition at line 45 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_get_clusters | ( | self | ) |
Test case for cf_manager_rest_api_get_clusters Get all clusters of a user # noqa: E501
Definition at line 52 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_post_clusters | ( | self | ) |
Test case for cf_manager_rest_api_post_clusters Request a cluster # noqa: E501
Definition at line 59 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_reduce_cluster | ( | self | ) |
Test case for cf_manager_rest_api_reduce_cluster Remove nodes from an existing cluster # noqa: E501
Definition at line 66 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_restart_cluster | ( | self | ) |
Test case for cf_manager_rest_api_restart_cluster Restart all application on FPGAs in this cluster # noqa: E501
Definition at line 73 of file test_clusters_api.py.
def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.test_cf_manager_rest_api_update_node_of_cluster | ( | self | ) |
Test case for cf_manager_rest_api_update_node_of_cluster Reconfigure one FPGA node of an existing cluster # noqa: E501
Definition at line 80 of file test_clusters_api.py.
cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.api |
Definition at line 26 of file test_clusters_api.py.