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

Diff of /lib/PXElator/t/ssh.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 352 by dpavlin, Mon Aug 24 18:07:19 2009 UTC revision 353 by dpavlin, Sat Aug 29 22:10:37 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5  use autodie;  use autodie;
6    
7  use Test::More tests => 2;  use Test::More tests => 3;
8    
9  use_ok 'ssh';  use_ok 'ssh';
10    
11  ok( ssh::ethernet_bridge_to( '10.60.0.94' ), 'ethernet_bridge' );  ok( ssh::ethernet_bridge_to( '10.60.0.94' ), 'ethernet_bridge' );
12    
13    ok( ssh::shell( '127.0.0.1', 'uname -a' ), 'shell' );

Legend:
Removed from v.352  
changed lines
  Added in v.353

  ViewVC Help
Powered by ViewVC 1.1.26