From: Yaroslav Halchenko Date: Tue, 30 Nov 2010 23:14:24 +0000 (-0500) Subject: merged with Michael's changes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e961d7270075b65f46704b903626b48224d2dfb;p=neurodebian.git merged with Michael's changes --- diff --git a/sandbox/proposal_regressiontestframwork.moin b/sandbox/proposal_regressiontestframwork.moin index 5b3f9f6..6cd9926 100644 --- a/sandbox/proposal_regressiontestframwork.moin +++ b/sandbox/proposal_regressiontestframwork.moin @@ -165,13 +165,12 @@ Specific issues related to particular sections are described further below. ==== Packaged tests ==== * Metainformation: - - duration: .... - - resources: - - suites: + * duration: .... + * resources: + * suites: * Debug symbols: .... - - do not strip symbols from test binary - - + * do not strip symbols from test binary * Packages that register tests might provide a virtual package 'test-' to allow easy test discovery and retrival via @@ -180,15 +179,22 @@ Specific issues related to particular sections are described further below. ==== debtest tools ==== - * Invocation: - - single package tests - - all (with -f to force even if resources are not sufficient) - - given specific resources demands, just run + * Invocation:: + * single package tests + * all (with -f to force even if resources are not sufficient) + * given specific resources demands, just run the ones matching those - * Customization/Output: - - plugins - + output: some structured output - + interface to some dashboard + * Customization/Output:: + plugins:: + * job resources requirement adjustments + . manual customization + . request from dashboard for the system (or alike) + * executioners + . local execution (monitor resources) + . submit to cluster/cloud + * output/reports + . some structured output + . interfaces to dashboards ==== Maintainer helpers ====