NAME
Tapper::Testplan::Generator - Main module for generating testplan instances
SYNOPSIS
use Tapper::Testplan::Generator;
my $foo = Tapper::Testplan::Generator->new();
$foor->run();
FUNCTIONS
apply_macro
Apply macros on test plan content.
@param string - contains macros @param hashref - containing substitutions
@return success - text with applied macros @return error - die with error string
run
Create test plan instances based on task list given by plugin and the test plans found in file system hierarchy. Test plans are created for tasks that did not have any new test plan instance within the last interval (configurable) or for all tasks if force option is given.
@param bool - force creation of test plans for all tasks
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