CernVM-FS
2.12.0
|
Classes | |
class | giTestDb |
class | GeoTest |
Functions | |
def | getaddrs |
Simulate a small geo IP database, since we can't always expect a full one to be available. More... | |
Variables | |
dictionary | CERNgeo |
string | CERNname = 'cvmfs-stratum-one.cern.ch' |
tuple | CERNaddrs = getaddrs(CERNname, socket.AF_INET6) |
dictionary | FNALgeo |
string | FNALname = 'cvmfs.fnal.gov' |
tuple | FNALaddrs = getaddrs(FNALname, socket.AF_INET) |
dictionary | IHEPgeo |
string | IHEPname = 'cvmfs-stratum-one.ihep.ac.cn' |
tuple | IHEPaddrs = getaddrs(IHEPname, socket.AF_INET) |
dictionary | RALgeo |
string | RALname = 'cernvmfs.gridpp.rl.ac.uk' |
tuple | RALaddrs = getaddrs(RALname, socket.AF_INET6) |
def test_cvmfs_geo.getaddrs | ( | name, | |
type | |||
) |
Simulate a small geo IP database, since we can't always expect a full one to be available.
IPv4 addresses are always preferred, so for those with IPv6 use only IPv6.
Definition at line 16 of file test_cvmfs_geo.py.
Definition at line 28 of file test_cvmfs_geo.py.
dictionary test_cvmfs_geo.CERNgeo |
Definition at line 23 of file test_cvmfs_geo.py.
string test_cvmfs_geo.CERNname = 'cvmfs-stratum-one.cern.ch' |
Definition at line 27 of file test_cvmfs_geo.py.
Definition at line 37 of file test_cvmfs_geo.py.
dictionary test_cvmfs_geo.FNALgeo |
Definition at line 32 of file test_cvmfs_geo.py.
string test_cvmfs_geo.FNALname = 'cvmfs.fnal.gov' |
Definition at line 36 of file test_cvmfs_geo.py.
Definition at line 43 of file test_cvmfs_geo.py.
dictionary test_cvmfs_geo.IHEPgeo |
Definition at line 38 of file test_cvmfs_geo.py.
string test_cvmfs_geo.IHEPname = 'cvmfs-stratum-one.ihep.ac.cn' |
Definition at line 42 of file test_cvmfs_geo.py.
Definition at line 49 of file test_cvmfs_geo.py.
dictionary test_cvmfs_geo.RALgeo |
Definition at line 44 of file test_cvmfs_geo.py.
string test_cvmfs_geo.RALname = 'cernvmfs.gridpp.rl.ac.uk' |
Definition at line 48 of file test_cvmfs_geo.py.