cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi Class Reference
Inheritance diagram for cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi:
[legend]
Collaboration diagram for cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi:
[legend]

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
 

Detailed Description

ClustersApi unit test stubs

Definition at line 22 of file test_clusters_api.py.

Member Function Documentation

◆ setUp()

def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.setUp (   self)

Definition at line 25 of file test_clusters_api.py.

25  def setUp(self):
26  self.api = ClustersApi() # noqa: E501
27 

◆ tearDown()

def cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.tearDown (   self)

Definition at line 28 of file test_clusters_api.py.

28  def tearDown(self):
29  pass
30 

◆ test_cf_manager_rest_api_delete_cluster()

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.

31  def test_cf_manager_rest_api_delete_cluster(self):
32  """Test case for cf_manager_rest_api_delete_cluster
33 
34  Delete a cluster # noqa: E501
35  """
36  pass
37 

◆ test_cf_manager_rest_api_extend_cluster()

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.

38  def test_cf_manager_rest_api_extend_cluster(self):
39  """Test case for cf_manager_rest_api_extend_cluster
40 
41  Add nodes to an existing cluster # noqa: E501
42  """
43  pass
44 

◆ test_cf_manager_rest_api_get_cluster_single()

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.

45  def test_cf_manager_rest_api_get_cluster_single(self):
46  """Test case for cf_manager_rest_api_get_cluster_single
47 
48  Get a cluster # noqa: E501
49  """
50  pass
51 

◆ test_cf_manager_rest_api_get_clusters()

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.

52  def test_cf_manager_rest_api_get_clusters(self):
53  """Test case for cf_manager_rest_api_get_clusters
54 
55  Get all clusters of a user # noqa: E501
56  """
57  pass
58 

◆ test_cf_manager_rest_api_post_clusters()

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.

59  def test_cf_manager_rest_api_post_clusters(self):
60  """Test case for cf_manager_rest_api_post_clusters
61 
62  Request a cluster # noqa: E501
63  """
64  pass
65 

◆ test_cf_manager_rest_api_reduce_cluster()

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.

66  def test_cf_manager_rest_api_reduce_cluster(self):
67  """Test case for cf_manager_rest_api_reduce_cluster
68 
69  Remove nodes from an existing cluster # noqa: E501
70  """
71  pass
72 

◆ test_cf_manager_rest_api_restart_cluster()

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.

73  def test_cf_manager_rest_api_restart_cluster(self):
74  """Test case for cf_manager_rest_api_restart_cluster
75 
76  Restart all application on FPGAs in this cluster # noqa: E501
77  """
78  pass
79 

◆ test_cf_manager_rest_api_update_node_of_cluster()

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.

80  def test_cf_manager_rest_api_update_node_of_cluster(self):
81  """Test case for cf_manager_rest_api_update_node_of_cluster
82 
83  Reconfigure one FPGA node of an existing cluster # noqa: E501
84  """
85  pass
86 
87 

Member Data Documentation

◆ api

cFSPlib.python_api_client.test.test_clusters_api.TestClustersApi.api

Definition at line 26 of file test_clusters_api.py.


The documentation for this class was generated from the following file: