Ejemplo n.º 1
0
 def tearDown(self):
     Session.deleteJobTemplate(self.jt)
Ejemplo n.º 2
0
def test_allocate():
    "job template allocation"
    jt = Session.createJobTemplate()
    Session.deleteJobTemplate(jt)