Ejemplo n.º 1
0
 def _getAPI(self):
     testPath = os.path.realpath(__file__)
     dirName = os.path.split(testPath)[0]
     apiPath = os.path.join(
         dirName, '..', 'vdsm', 'rpc', 'vdsmapi-schema.json')
     return vdsmapi.get_api(apiPath)
Ejemplo n.º 2
0
 def _getAPI(self):
     testPath = os.path.realpath(__file__)
     dirName = os.path.split(testPath)[0]
     apiPath = os.path.join(dirName, '..', 'vdsm', 'rpc',
                            'vdsmapi-schema.json')
     return vdsmapi.get_api(apiPath)
Ejemplo n.º 3
0
 def testSchemaParse(self):
     self.assertTrue(isinstance(vdsmapi.get_api(), dict))
Ejemplo n.º 4
0
 def testSchemaParse(self):
     self.assertTrue(isinstance(vdsmapi.get_api(), dict))