/[pxelator]/lib/PXElator/t/ping.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /lib/PXElator/t/ping.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 330 - (hide annotations)
Fri Aug 28 22:29:08 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 223 byte(s)
added fping to all hosts
1 dpavlin 330 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5     use autodie;
6    
7     use Test::More tests => 3;
8    
9     use_ok 'ping';
10    
11     ok( ping::host( 'localhost' ), 'ping' );
12    
13     ok( ping::fping( qw/localhost 127.0.0.1 192.168.1.1 172.16.10.1/ ), 'fping' );
14    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26