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

NAME

Tapper::Action - Tapper - Daemon and plugins to handle MCP actions

SYNOPSIS

There are a few actions that Tapper assigns to an external daemon. This includes for example restarting a test machine that went to sleep during ACPI tests. This module is the base for a daemon that executes these assignments.

    use Tapper::Action;

    my $daemon = Tapper::Action->new();
    $daemon->run();

FUNCTIONS

get_messages

Read all pending messages from database. Try no more than timeout seconds

@return success - Resultset class containing all available messages

loop

Run the Action daemon loop.

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