CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test_cvmfs_geo.py File Reference

Go to the source code of this file.

Classes

class  test_cvmfs_geo.giTestDb
 
class  test_cvmfs_geo.GeoTest
 

Namespaces

 test_cvmfs_geo
 

Functions

def test_cvmfs_geo.getaddrs
 Simulate a small geo IP database, since we can't always expect a full one to be available. More...
 

Variables

dictionary test_cvmfs_geo.CERNgeo
 
string test_cvmfs_geo.CERNname = 'cvmfs-stratum-one.cern.ch'
 
tuple test_cvmfs_geo.CERNaddrs = getaddrs(CERNname, socket.AF_INET6)
 
dictionary test_cvmfs_geo.FNALgeo
 
string test_cvmfs_geo.FNALname = 'cvmfs.fnal.gov'
 
tuple test_cvmfs_geo.FNALaddrs = getaddrs(FNALname, socket.AF_INET)
 
dictionary test_cvmfs_geo.IHEPgeo
 
string test_cvmfs_geo.IHEPname = 'cvmfs-stratum-one.ihep.ac.cn'
 
tuple test_cvmfs_geo.IHEPaddrs = getaddrs(IHEPname, socket.AF_INET)
 
dictionary test_cvmfs_geo.RALgeo
 
string test_cvmfs_geo.RALname = 'cernvmfs.gridpp.rl.ac.uk'
 
tuple test_cvmfs_geo.RALaddrs = getaddrs(RALname, socket.AF_INET6)