Test Series

Module init for series objects and related functions.

pavilion.series.list_series_tests(pav_cfg, sid: SeriesID) List[Path]

Return a list of paths to test run directories for the given series id. :raises TestSeriesError: If the series doesn’t exist.

pavilion.series.path_from_id(pav_cfg: PavConfig, sid: SeriesID) Path

Return the path to the series directory given a series id (in the format ‘s[0-9]+’. :raises TestSeriesError: For an invalid id.