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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Sat Aug 8 21:57:47 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 335 byte(s)
move more code to RemoteControl

1 dpavlin 2 #!/usr/bin/perl -T
2    
3 dpavlin 6 use Test::More tests => 4;
4     use Data::Dump qw/dump/;
5 dpavlin 2
6     use lib 'lib';
7    
8     BEGIN {
9     use_ok( 'Intel::AMT::SOAP' );
10     }
11    
12 dpavlin 6 ok( Intel::AMT::SOAP::soap_init, 'soap_init' );
13     ok( my $remote_info = Intel::AMT::SOAP::print_remote_info, 'remote_info' );
14     diag dump( $remote_info );
15    
16 dpavlin 2 ok( Intel::AMT::SOAP::command( 'info' ), 'info' );
17 dpavlin 6

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26