示例#1
0
 def create_loop_exec(self, iteration):
     l_exec_id = self.log.id_scope.getNewId(LoopExec.vtType)
     loop_exec = LoopExec(id=l_exec_id,
                          iteration=iteration,
                          ts_start=core.system.current_time())
     return loop_exec