NAME

Tapper::CLI::Testplan - Handle testplans

SYNOPSIS

This module is part of the Tapper::CLI framework. It is supposed to be used together with App::Rad. All following functions expect their arguments as $c->options->{$arg}.

use App::Rad;
use Tapper::CLI::Testplan;
Tapper::CLI::Testplan::setup($c);
App::Rad->run();

NAME

Tapper::CLI::Testplan - Tapper - testplan related commands for the tapper CLI

FUNCTIONS

testplansend

Send testplan reports to Taskjuggler. If optional names are given only tasks that match at least one such name are reported.

@optparam name - full subtask path (bot dot and slash are allowed as separatot) @optparam quiet - stay silent when testplan was sent @optparam help - print out help message and die

testplanlist

List testplans matching a given pattern.

testplan_tj_send

Send all testplans reports choosen by Taskjuggler.

testplan_tj_generate

Apply all testplans choosen by Taskjuggler.

testplannew

Create new testplan instance from file.

setup

Initialize the testplan functions for tapper CLI

AUTHOR

AMD OSRC Tapper Team <tapper@amd64.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

The (two-clause) FreeBSD License