NAME

Tapper::TestSuite::HWTrack - Tapper - Report hardware meta information

SYNOPSIS

HWTrack calls the tool lshw, parses its input and sends it to the report framework.

use TestSuite::HWTrack;
use TryCatch;
my $config  = { report_server => 'bancroft', report_port => 7357 };
my $track   = TestSuite::HWTrack($config);
my $success = $track->run();

AUTHOR

AMD OSRC Tapper Team, <tapper at amd64.org>

BUGS

Please report any bugs or feature requests to bug-testsuite-hwtrack at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TestSuite-HWTrack. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Tapper::TestSuite::HWTrack

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008-2011 AMD OSRC Tapper team, all rights reserved.

This program is released under the following license: freebsd