The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tapper::MCP::Net::TAP

prc_headerlines

Generate header lines for the TAP report containing the results of the PRC with the number provided as argument.

tap_report_away

Actually send the tap report to receiver.

@param string - report to be sent

@return success - (0, report id) @return error - (1, error string)

tap_report_send

Send information of current test run status to report framework using TAP protocol.

@param array - report array @param array - header lines

@return success - (0, report id) @return error - (1, error string)

associated_hostname

Return the name of the host associated to this testrun or 'No hostname set'.

@return string - hostname

suite_headerlines

Generate TAP header lines for the main MCP report.

@param int - testrun id

@return array ref - header lines

tap_report_create

Create a report string from a report in array form. Since the function only does data transformation, no error should ever occur.

@param array ref - report array @param array ref - header lines

@return report string

upload_files

Upload files written in one stage of the testrun to report framework.

@param int - report id @param int - testrun id

@return success - 0 @return error - error string

AUTHORS

  • AMD OSRC Tapper Team <tapper@amd64.org>

  • Tapper Team <tapper-ops@amazon.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Advanced Micro Devices, Inc..

This is free software, licensed under:

  The (two-clause) FreeBSD License