NAME
Tapper::Schema::TestrunDB::Result::Testrun
to_string
Return printable representation.
is_member($head, @tail)
Checks if the first element is already in the list of the remaining elements.
ordered_preconditions
Returns all preconditions in the order they need to be installed.
update_content
Update precondition from given params.
rerun
Insert a new testrun similar to this one. Arguments can be given to overwrite some values. All values of the new testrun not given as argument will be taken from $self.
@param hash ref - overwrite arguments
@return success - new testrun id @return error - exception
assign_preconditions
Assign given preconditions to this testrun.
@return success - 0 @return error - error message
insert_preconditions
Insert given preconditions (as id) starting at given position and push all later preconditions to make sure they come after the inserted.
@param int - starting position @param_list list of precondition_ids
@return success - 0 @return error - error message
disassign_preconditions
Disconnect list of preconditions from a testrun.
sqlt_deploy_hook
Add useful indexes at deploy time.
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