cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
f
g
h
l
m
n
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
Typedefs
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
c
d
e
f
h
l
m
n
o
p
q
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
i
k
l
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
test_cluster_id_node_id_body.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.models.cluster_id_node_id_body
import
ClusterIdNodeIdBody
# noqa: E501
19
from
swagger_client.rest
import
ApiException
20
21
22
class
TestClusterIdNodeIdBody
(unittest.TestCase):
23
"""ClusterIdNodeIdBody unit test stubs"""
24
25
def
setUp
(self):
26
pass
27
28
def
tearDown
(self):
29
pass
30
31
def
testClusterIdNodeIdBody
(self):
32
"""Test ClusterIdNodeIdBody"""
33
# FIXME: construct object with mandatory attributes with example values
34
# model = swagger_client.models.cluster_id_node_id_body.ClusterIdNodeIdBody() # noqa: E501
35
pass
36
37
38
if
__name__ ==
'__main__'
:
39
unittest.main()
cFSPlib.python_api_client.test.test_cluster_id_node_id_body.TestClusterIdNodeIdBody
Definition:
test_cluster_id_node_id_body.py:22
cFSPlib.python_api_client.test.test_cluster_id_node_id_body.TestClusterIdNodeIdBody.setUp
def setUp(self)
Definition:
test_cluster_id_node_id_body.py:25
cFSPlib.python_api_client.test.test_cluster_id_node_id_body.TestClusterIdNodeIdBody.tearDown
def tearDown(self)
Definition:
test_cluster_id_node_id_body.py:28
cFSPlib.python_api_client.test.test_cluster_id_node_id_body.TestClusterIdNodeIdBody.testClusterIdNodeIdBody
def testClusterIdNodeIdBody(self)
Definition:
test_cluster_id_node_id_body.py:31
repos_for_Dox
cFSP
cFSPlib
python_api_client
test
test_cluster_id_node_id_body.py
Generated on Sat Jul 15 2023 05:03:01 for cloudFPGA (cF) API by
1.9.1