On Mon, 15 Feb 2010, Karanbir Singh wrote:

On 15/02/10 19:57, Seth Vidal wrote:
considering adding code to func in general that before any command was
run it would run a test.ping() with a 5s(configurable) timeout.
...
thoughts?

make it optional - plenty of hosts out there have routes where various service provides will block icmp

it's not an icmp ping - it's a func test ping - which just does:
   def ping(self):
        return 1


it asks the client to 'return 1'

if it cannot connect or return 1 - no other command will matter.

-sv

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to