NAME

Tapper::Reports::Web::Util::Filter::Testplan

SYNOPSIS

use Tapper::Reports::Web::Util::Filter::Testplan;
my $filter              = Tapper::Reports::Web::Util::Filter::Testplan->new(context => $c);
my $filter_args         = ['path','topic.xen.unstable','days','3'];
my $allowed_filter_keys = ['path','days'];
my $searchoptions       = $filter->parse_filters($filter_args, $allowed_filter_keys);

name

Filter testplans for a path given in dot format (i.e. topic.xen.unstable instead of topic/xen/unstable)

@param hash ref - current version of filters @param string - path name

@return hash ref - updated filters

name

Filter testplans for a given name.

@param hash ref - current version of filters @param string - testplan instance name

@return hash ref - updated filters

NAME

Tapper::Reports::Web::Util::Filter::Testplan - Filter utilities for testrun listing

AUTHORS

  • AMD OSRC Tapper Team <tapper@amd64.org>

  • Tapper Team <tapper-ops@amazon.com>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

The (two-clause) FreeBSD License