/[pxelator]/lib/PXElator/t/wol.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

Contents of /lib/PXElator/t/wol.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 296 - (show annotations)
Wed Aug 26 11:42:33 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 195 byte(s)
power_up by IP or MAC
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5 use autodie;
6
7 use Test::More tests => 2;
8
9 use_ok 'wol';
10
11 my $target = $ENV{WOL} || '172.16.10.10';
12
13 ok( wol::power_on( $target ), "power_on $target" );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26