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

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
 

Detailed Description

DebugApi unit test stubs

Definition at line 22 of file test_debug_api.py.

Member Function Documentation

◆ setUp()

def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.setUp (   self)

Definition at line 25 of file test_debug_api.py.

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

◆ tearDown()

def cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.tearDown (   self)

Definition at line 28 of file test_debug_api.py.

28  def tearDown(self):
29  pass
30 

◆ test_cf_manager_rest_api_delete_debug_connection()

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.

31  def test_cf_manager_rest_api_delete_debug_connection(self):
32  """Test case for cf_manager_rest_api_delete_debug_connection
33 
34  Deletes an existing connection to the `hw_server` of this instance # noqa: E501
35  """
36  pass
37 

◆ test_cf_manager_rest_api_get_all_debug_connections()

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.

38  def test_cf_manager_rest_api_get_all_debug_connections(self):
39  """Test case for cf_manager_rest_api_get_all_debug_connections
40 
41  Requests a list of running `hw_server`s on all instances (admin only) # noqa: E501
42  """
43  pass
44 

◆ test_cf_manager_rest_api_get_all_debug_connections_of_user()

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.

45  def test_cf_manager_rest_api_get_all_debug_connections_of_user(self):
46  """Test case for cf_manager_rest_api_get_all_debug_connections_of_user
47 
48  Returns all open `hw_server` of a user # noqa: E501
49  """
50  pass
51 

◆ test_cf_manager_rest_api_get_debug_connection()

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.

52  def test_cf_manager_rest_api_get_debug_connection(self):
53  """Test case for cf_manager_rest_api_get_debug_connection
54 
55  Requests a connection to the `hw_server` of this instance # noqa: E501
56  """
57  pass
58 

◆ test_cf_manager_rest_api_get_flight_recorder_cluster()

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.

59  def test_cf_manager_rest_api_get_flight_recorder_cluster(self):
60  """Test case for cf_manager_rest_api_get_flight_recorder_cluster
61 
62  Requests network runtime information of all instances # noqa: E501
63  """
64  pass
65 

◆ test_cf_manager_rest_api_get_flight_recorder_instance()

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.

66  def test_cf_manager_rest_api_get_flight_recorder_instance(self):
67  """Test case for cf_manager_rest_api_get_flight_recorder_instance
68 
69  Requests network runtime information # noqa: E501
70  """
71  pass
72 
73 

Member Data Documentation

◆ api

cFSPlib.python_api_client.test.test_debug_api.TestDebugApi.api

Definition at line 26 of file test_debug_api.py.


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