]> git.donarmstrong.com Git - neurodebian.git/commitdiff
merged with Michael's changes
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 30 Nov 2010 23:14:24 +0000 (18:14 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Tue, 30 Nov 2010 23:14:24 +0000 (18:14 -0500)
sandbox/proposal_regressiontestframwork.moin

index 5b3f9f661ec84573bda8f8413b230d58695d9884..6cd9926eee7981c2d3866a453a71920560bd8adb 100644 (file)
@@ -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-<packagename>' 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 ====