blob: 0a8ae2ef9289cabf9462cf6b65ea6a4737228b11 [file] [log] [blame]
def mutatePlan(context, plan):
"""The most basic test module: Execute the RUN:, VERIFY: and METRIC:
scripts"""
plan.preparescript = context.parsed_preparescript
plan.runscript = context.parsed_runscript
plan.verifyscript = context.parsed_verifyscript
plan.metricscripts = context.parsed_metricscripts