NAME
Tapper::SimNow - Tapper - Support for running SimNow sessions
SYNOPSIS
Tapper::SimNow controls running SimNow session with Tapper. With this module Tapper is able to treat similar to virtualisation tests.
use Tapper::SimNow;
my $simnow = Tapper::SimNow->new();
$simnow->run();
FUNCTIONS
get_static_tap_headers
Create a report hash that contains all headers that do not need to be produced somehow. This includes suite-name and suite-version for example.
@return string - tap headers
generate_meta_report
Generate a report containing metainformation about the SimNow we use.
@return hash ref - report data as expected by Remote::Net->tap_report_create()
create_console
Create console file for output of system under test in simnow.
@param hash ref - config
@return success - 0 @return error - error string
start_simnow
Start the simnow process.
@param hash ref - config
@return success - 0 @return error - error string
start_mediator
Start the mediator process.
@param hash ref - config
@return success - 0 @return error - error string
run
Control a SimNow session. Handles getting config, sending status messages to MCP and console handling.
@return success - 0 @return error - error string
AUTHOR
AMD OSRC Tapper Team <tapper@amd64.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Advanced Micro Devices, Inc..
This is free software, licensed under:
The (two-clause) FreeBSD License