コード例 #1
0
 def tearDown(self):
     Session.deleteJobTemplate(self.jt)
コード例 #2
0
def test_allocate():
    "job template allocation"
    jt = Session.createJobTemplate()
    Session.deleteJobTemplate(jt)