tobiko.shell.ping

exception tobiko.shell.ping.BadAddressPingError(message=None, **properties)

Bases: PingError

Raised when passing wrong address to ping command

exception tobiko.shell.ping.ConnectPingError(message=None, **properties)

Bases: PingError

Raised when sendto error happens

exception tobiko.shell.ping.LocalPingError(message=None, **properties)

Bases: PingError

Raised when local error happens

exception tobiko.shell.ping.PingError(message=None, **properties)

Bases: PingException

Base ping error

exception tobiko.shell.ping.PingException(message=None, **properties)

Bases: TobikoException

Base ping command exception

exception tobiko.shell.ping.PingFailed(message=None, **properties)

Bases: PingError, AssertionError

Raised when ping timeout expires before reaching expected message count

class tobiko.shell.ping.PingStatistics(source=None, destination=None, transmitted: int = 0, received: int = 0, undelivered: int = 0, begin_interval=None, end_interval=None)

Bases: object

Ping command statistics

exception tobiko.shell.ping.ReachableHostsException(message=None, **properties)

Bases: PingFailed

exception tobiko.shell.ping.SendToPingError(message=None, **properties)

Bases: PingError

Raised when sendto error happens

exception tobiko.shell.ping.UnknowHostError(message=None, **properties)

Bases: PingError

Raised when unable to resolve host name

exception tobiko.shell.ping.UnreachableHostsException(message=None, **properties)

Bases: PingFailed