cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_node_map_inner.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.node_map_inner import NodeMapInner # noqa: E501
19 from swagger_client.rest import ApiException
20 
21 
22 class TestNodeMapInner(unittest.TestCase):
23  """NodeMapInner unit test stubs"""
24 
25  def setUp(self):
26  pass
27 
28  def tearDown(self):
29  pass
30 
31  def testNodeMapInner(self):
32  """Test NodeMapInner"""
33  # FIXME: construct object with mandatory attributes with example values
34  # model = swagger_client.models.node_map_inner.NodeMapInner() # noqa: E501
35  pass
36 
37 
38 if __name__ == '__main__':
39  unittest.main()