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_image.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.image
import
Image
# noqa: E501
19
from
swagger_client.rest
import
ApiException
20
21
22
class
TestImage
(unittest.TestCase):
23
"""Image unit test stubs"""
24
25
def
setUp
(self):
26
pass
27
28
def
tearDown
(self):
29
pass
30
31
def
testImage
(self):
32
"""Test Image"""
33
# FIXME: construct object with mandatory attributes with example values
34
# model = swagger_client.models.image.Image() # noqa: E501
35
pass
36
37
38
if
__name__ ==
'__main__'
:
39
unittest.main()
cFSPlib.python_api_client.test.test_image.TestImage
Definition:
test_image.py:22
cFSPlib.python_api_client.test.test_image.TestImage.setUp
def setUp(self)
Definition:
test_image.py:25
cFSPlib.python_api_client.test.test_image.TestImage.testImage
def testImage(self)
Definition:
test_image.py:31
cFSPlib.python_api_client.test.test_image.TestImage.tearDown
def tearDown(self)
Definition:
test_image.py:28
repos_for_Dox
cFSP
cFSPlib
python_api_client
test
test_image.py
Generated on Sat Jul 15 2023 05:03:01 for cloudFPGA (cF) API by
1.9.1