Exemple #1
0
 def periodic_callback(self):
     """called every 1 hour"""
     se_info("packing klee error cases into [{0}]".format(self.klee_err_dir))
     utils.pack_klee_errors(self.target, self.klee_err_dir)
Exemple #2
0
 def terminate_callback(self):
     """called when SIGINT and SIGTERM"""
     se_info("packing klee error cases into [{0}]".format(self.klee_err_dir))
     utils.pack_klee_errors(self.target, self.klee_err_dir)