Test Series

Module init for series objects and related functions.

pavilion.series.list_series_tests(pav_cfg, sid: str)

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

pavilion.series.load_user_series_id(pav_cfg, errfile=None)

Load the last series id used by the current user.

pavilion.series.path_from_id(pav_cfg, sid: str)

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