Example #1
0
 def test_images_02_info(self):
         images = Images_Cmd()
         images.set_globals(api,login,password)
         t = images.do_info("--account "+userTest+" --id "+imagesIdTest)
         self.assertEquals(t,0)
Example #2
0
 def test_images_01_list(self):
         images = Images_Cmd()
         images.set_globals(api,login,password)
         t = images.do_list("--account "+userTest)
         self.assertEquals(t,0)