Script confd_client :: Class TestClient
[hide private]
[frames] | no frames]

Class TestClient


Confd test client.

Instance Methods [hide private]
 
__init__(self)
Constructor.
 
ParseOptions(self)
Parses the command line options.
 
ConfdCallback(self, reply)
Callback for confd queries
 
DoConfdRequestReply(self, req)
 
TestConfd(self)
Run confd queries for the cluster.
 
TestTiming(self)
Run timing tests.
 
TimingOp(self, name, kwargs)
Run a single timing test.
 
Run(self)
Run all the tests.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Constructor.

Overrides: object.__init__

ParseOptions(self)

 

Parses the command line options.

In case of command line errors, it will show the usage and exit the program.