Coverage for lbCVMFSTools/TaskHandlers/SampleTask/SampleTask.py : 96%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
############################################################################### # (c) Copyright 2016 CERN # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # # # # In applying this licence, CERN does not waive the privileges and immunities # # granted to it by virtue of its status as an Intergovernmental Organization # # or submit itself to any jurisdiction. # ############################################################################### Sample task @author: Stefan-Gabriel CHITIC '''
import SlotsManager, PathManager, LinkManager, InstalledManager
global FREQ self.log_prefix = 'IN DRY-RUN MODE: '
""" Logic to get the list of task to be executed """
""" Executes a task(s) :param tasks: :return: """ |