cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
test_mantle_architecture_api.py
Go to the documentation of this file.
1
# coding: utf-8
2
3
"""
4
cloudFPGA Resource Manager API
5
6
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
8
OpenAPI spec version: 0.8
9
10
Generated by: https://github.com/swagger-api/swagger-codegen.git
11
"""
12
13
from
__future__
import
absolute_import
14
15
import
unittest
16
17
import
swagger_client
18
from
swagger_client.api.mantle_architecture_api
import
MantleArchitectureApi
# noqa: E501
19
from
swagger_client.rest
import
ApiException
20
21
22
class
TestMantleArchitectureApi
(unittest.TestCase):
23
"""MantleArchitectureApi unit test stubs"""
24
25
def
setUp
(self):
26
self.
api
api =
MantleArchitectureApi
()
# noqa: E501
27
28
def
tearDown
(self):
29
pass
30
31
def
test_cf_manager_rest_api_get_composable_logic_all_part
(self):
32
"""Test case for cf_manager_rest_api_get_composable_logic_all_part
33
34
Returns all composable logics of the given part that are `IN_USE` # noqa: E501
35
"""
36
pass
37
38
def
test_cf_manager_rest_api_get_composable_logic_all_prp
(self):
39
"""Test case for cf_manager_rest_api_get_composable_logic_all_prp
40
41
Returns all composable logics of the given prp-type that are `IN_USE` # noqa: E501
42
"""
43
pass
44
45
def
test_cf_manager_rest_api_get_composable_logic_all_shell_type
(self):
46
"""Test case for cf_manager_rest_api_get_composable_logic_all_shell_type
47
48
Returns all composable logics of the given shell-type that are `IN_USE` # noqa: E501
49
"""
50
pass
51
52
def
test_cf_manager_rest_api_get_composable_logic_dcp
(self):
53
"""Test case for cf_manager_rest_api_get_composable_logic_dcp
54
55
Get the dcp file of a composable logic # noqa: E501
56
"""
57
pass
58
59
def
test_cf_manager_rest_api_get_composable_logic_meta
(self):
60
"""Test case for cf_manager_rest_api_get_composable_logic_meta
61
62
Get the meta data of a composable logic # noqa: E501
63
"""
64
pass
65
66
67
if
__name__ ==
'__main__'
:
68
unittest.main()
cFSPlib.python_api_client.swagger_client.api.mantle_architecture_api.MantleArchitectureApi
Definition:
mantle_architecture_api.py:23
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi
Definition:
test_mantle_architecture_api.py:22
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.test_cf_manager_rest_api_get_composable_logic_dcp
def test_cf_manager_rest_api_get_composable_logic_dcp(self)
Definition:
test_mantle_architecture_api.py:52
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.test_cf_manager_rest_api_get_composable_logic_all_part
def test_cf_manager_rest_api_get_composable_logic_all_part(self)
Definition:
test_mantle_architecture_api.py:31
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.api
api
Definition:
test_mantle_architecture_api.py:26
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.test_cf_manager_rest_api_get_composable_logic_all_prp
def test_cf_manager_rest_api_get_composable_logic_all_prp(self)
Definition:
test_mantle_architecture_api.py:38
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.setUp
def setUp(self)
Definition:
test_mantle_architecture_api.py:25
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.test_cf_manager_rest_api_get_composable_logic_meta
def test_cf_manager_rest_api_get_composable_logic_meta(self)
Definition:
test_mantle_architecture_api.py:59
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.tearDown
def tearDown(self)
Definition:
test_mantle_architecture_api.py:28
cFSPlib.python_api_client.test.test_mantle_architecture_api.TestMantleArchitectureApi.test_cf_manager_rest_api_get_composable_logic_all_shell_type
def test_cf_manager_rest_api_get_composable_logic_all_shell_type(self)
Definition:
test_mantle_architecture_api.py:45
repos_for_Dox
cFSP
cFSPlib
python_api_client
test
test_mantle_architecture_api.py
Generated on Sat Jul 15 2023 05:03:01 for cloudFPGA (cF) API by
1.9.1