Functions | |
def | createDBConnection |
def | extractLogin |
def | getDBConnectionParams |
def | getLogin |
Variables | |
string | AUTH_FILE = "authentication.xml" |
string | AUTH_PATH = "/afs/cern.ch/cms/DB/conddb/test/" |
string | DATABASE = "cms_orcoff_prep" |
string | USERNAME = "CMS_COND_REGRESSION" |
def common_db.createDBConnection | ( | ) |
def common_db.extractLogin | ( | login | ) |
def common_db.getDBConnectionParams | ( | ) |
Definition at line 38 of file common_db.py.
References getLogin().
Referenced by createDBConnection(), and run_regression.SetEnv().
def common_db.getLogin | ( | auth, | |
connStr | |||
) |
Definition at line 24 of file common_db.py.
References extractLogin().
Referenced by getDBConnectionParams().
string common_db.AUTH_FILE = "authentication.xml" |
Definition at line 14 of file common_db.py.
string common_db.AUTH_PATH = "/afs/cern.ch/cms/DB/conddb/test/" |
Definition at line 13 of file common_db.py.
string common_db.DATABASE = "cms_orcoff_prep" |
Definition at line 10 of file common_db.py.
string common_db.USERNAME = "CMS_COND_REGRESSION" |
Definition at line 11 of file common_db.py.