/[Intel-AMT]/trunk/t/Redirection.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 /trunk/t/Redirection.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations)
Sun Aug 9 09:43:12 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 592 byte(s)
added RemoteControl::Redirection
1 #!/usr/bin/perl -T
2
3 use Test::More tests => 4;
4 use Data::Dump qw/dump/;
5
6 use lib 'lib';
7
8 BEGIN {
9 use_ok( 'Intel::AMT::Redirection' );
10 }
11
12 ok( my $status = Intel::AMT::Redirection::GetRedirectionListenerState, 'GetRedirectionListenerState' );
13 diag $status;
14
15 ok( my $log = Intel::AMT::Redirection::GetIderSessionLog, 'GetIderSessionLog' );
16 diag dump( $log );
17
18 ok( my $state = Intel::AMT::Redirection::_soap->SetRedirectionListenerState(
19 $status ? undef : SOAP::Data->name( 'Enabled' => 'true' )
20 ) );
21 diag dump( $state->paramsout );
22
23 diag Intel::AMT::Redirection::GetRedirectionListenerState;
24

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26