=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t 2007/02/06 17:40:36 1.2 +++ trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t 2007/02/06 20:42:40 1.3 @@ -1,5 +1,5 @@ #!perl -T -# $RedRiver: 53-network-add_su-ap-su.t,v 1.1 2007/02/06 17:26:54 andrew Exp $ +# $RedRiver: 53-network-add_su-ap-su.t,v 1.2 2007/02/06 17:40:36 andrew Exp $ use Test::More tests => 17; use File::Spec; @@ -60,13 +60,13 @@ $su = $1; } - skip 'No valid ' . $type . ' in config file', $skipped unless $host; + skip 'No valid SU in config file', $skipped unless $su; if ($cfg{$type . '_PASSWD'} && $cfg{$type . '_PASSWD'} =~ /^(.*)$/) { $su_pass = $1; } - skip 'No valid ' . $type . '_PASSWD in config file', $skipped unless $pass; + skip 'No valid SU_PASSWD in config file', $skipped unless $su_pass; my $t; ok($t = Net::Telnet::Trango->new(), "Instantiating object"); @@ -150,4 +150,10 @@ } ok($t->bye, "Goodbye"); + + if ($su && $su_pass) { + diag("Waiting 30 seconds for SU to associate"); + sleep 30; + } + }