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

NAME

Tapper::MCP::Net

start_simnow

Start a simnow installation on given host. Installer is supposed to start the simnow controller in turn.

@param string - hostname

@return success - 0 @return error - error string

start_ssh

Start a ssh testrun on given host. This starts both the Installer and PRC.

@param string - hostname

@return success - 0 @return error - error string

start_local

Start a testrun locally. This starts both the Installer and PRC.

@param string - path to config

@return success - 0 @return error - error string

install_client_package

Install client package of given architecture on given host at optional given possition.

@param string - hostname @param hash ref - contains arch and dest_path

@return success - 0 @return error - error string

write_grub_file

Write the given text to the grub file for the system given as parameter.

@param string - name of the system @param string - text to put into grub file

@return success - 0 @return error - error string

hw_report_create

Create a report containing the test machines hw config as set in the hardware db. Leave the sending to caller

@param int - testrun id

@return success - (0, hw_report) @return error - (1, error string)

AUTHORS

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

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

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The (two-clause) FreeBSD License