CMS 3D CMS Logo

Variables

tests::test_DownloadDQM Namespace Reference

Variables

string cvsurl = """cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&strategy=checkout&module=CMSSW/VisMonitoring/DQMServer&nocache=true&export=VisMonitoring/DQMServer&tag=-rV04-01-01&output=/DQMServer.tar.gz"""
tuple downloadDir = join(dirname (abspath (__file__)), "testtmp")
tuple m = md5.new()
tuple options = DownloadOptions()
tuple tf = tarfile.open(join (downloadDir, "DQMServer.tar.gz"), "r:gz")

Variable Documentation

string tests::test_DownloadDQM::cvsurl = """cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&strategy=checkout&module=CMSSW/VisMonitoring/DQMServer&nocache=true&export=VisMonitoring/DQMServer&tag=-rV04-01-01&output=/DQMServer.tar.gz"""

Definition at line 21 of file test_DownloadDQM.py.

tuple tests::test_DownloadDQM::downloadDir = join(dirname (abspath (__file__)), "testtmp")

Definition at line 11 of file test_DownloadDQM.py.

tuple tests::test_DownloadDQM::m = md5.new()

Definition at line 33 of file test_DownloadDQM.py.

tuple tests::test_DownloadDQM::options = DownloadOptions()

Definition at line 17 of file test_DownloadDQM.py.

tuple tests::test_DownloadDQM::tf = tarfile.open(join (downloadDir, "DQMServer.tar.gz"), "r:gz")