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

NAME

Tapper::Cmd::Requested

SYNOPSIS

This project is offers wrapper around database manipulation functions. These wrappers handle things like setting default values or id<->name translation. This module handles requested hosts and features for a testrequest.

    use Tapper::Cmd::Testrun;

    my $bar = Tapper::Cmd::Testrun->new();
    $bar->add($testrun);
    ...

NAME

Tapper::Cmd::Request - Backend functions for manipluation of requested hosts or features in the database

FUNCTIONS

add_host

Add a requested host entry to database.

add_host

Add a requested host for a given testrun.

@param int - testrun id @param string/integer - hostname or host id

@return success - local id (primary key) @return error - undef

add_feature

Add a requested feature for a given testrun.

@param int - testrun id @param string - feature

@return success - local id (primary key) @return error - undef

AUTHOR

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

COPYRIGHT & LICENSE

Copyright 2012 AMD OSRC Tapper Team, all rights reserved.

This program is released under the following license: freebsd

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