Esempio n. 1
0
 def test_template_01_list(self):
         template = Template_Cmd()
         template.set_globals(api,login,password)
         t = template.do_list("--account root")
         self.assertEquals(t,0)