Coverage for lbCVMFSTools/TransactionHandlers/CVMFSTransactionHandler/tests/TestCvmfsTransaction.py : 85%

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. # ############################################################################### @author: Stefan-Gabriel CHITIC '''
TransactionHandlerInterface CVMFSTranscationHandler import CVMFSTransactionHandler
pass
pass
pass
pass
dry_run=True)
except Exception as e: print(e) self.fail("cvmfsTransaction failed due to: %s" % e)
self.fail("The test should not arrive here") # Check the flow of logs: 'Called CVMFS Transaction start', 'Sending transaction', 'Called CVMFS Transaction publish', 'Aborting transaction', 'Called CVMFS Transaction abort'] self.handler.messages['info'])
unittest.main() |