summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG2
-rw-r--r--documentation/specifications_xml_suite.html10
-rw-r--r--documentation/specifications_xml_test.html9
3 files changed, 15 insertions, 6 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 58cf60c..5aac372 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -8,6 +8,8 @@ Phoronix Test Suite
- pts-core: Add a few more remove_words in the HAL extraction to check for
- pts-core: Add fallback support for read_hal() when the names are specified in an array and the earlier names can't be found with the proper information
- pts-core: More improved motherboard detection support
+- pts-coere: Add SupportedPlatforms tag for optionally specifying on what operating systems this test is compatible with (Linux, Solaris, and FreeBSD)
+- documentation: Update the test profile and suite XML specifications
Phoronix Test Suite 1.2.0 Beta 3
August 25, 2008
diff --git a/documentation/specifications_xml_suite.html b/documentation/specifications_xml_suite.html
index f124eef..45036b1 100644
--- a/documentation/specifications_xml_suite.html
+++ b/documentation/specifications_xml_suite.html
@@ -13,29 +13,29 @@
<p>This document describes the XML tags for writing a test suite.</p>
<h2>PhoronixTestSuite/SuiteInformation/</h2>
<p><strong>Tag:</strong> Title<br>
-<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
<strong>Internal Reference:</strong> P_SUITE_TITLE<br>
<strong>Required:</strong> Yes<br>
<strong>Description:</strong> The full string title of the suite.</p>
<p><strong>Tag:</strong> Version<br>
-<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
<strong>Internal Reference:</strong> P_SUITE_VERSION<br>
<strong>Required:</strong> Yes<br>
<strong>Description:</strong> The version of the test suite.<br>
<strong>Supported Values:</strong> ( Formatted: x.x.x )</p>
<p><strong>Tag:</strong> Description<br>
-<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
<strong>Internal Reference:</strong> P_SUITE_DESCRIPTION<br>
<strong>Required:</strong> Recommended<br>
<strong>Description:</strong> A short description of the test suite.</p>
<p><strong>Tag:</strong> TestType<br>
-<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
<strong>Internal Reference:</strong> P_SUITE_TYPE<br>
<strong>Required:</strong> Recommended<br>
<strong>Description:</strong> The hardware area of the system that this suite is designed to stress.<br>
<strong>Supported Values:</strong> System, Processor, Graphics, Disk, Memory, Motherboard</p>
<p><strong>Tag:</strong> Maintainer<br>
-<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Location:</strong> PhoronixTestSuite/SuiteInformation/<br>
<strong>Internal Reference:</strong> P_SUITE_MAINTAINER<br>
<strong>Required:</strong> Recommended<br>
<strong>Description:</strong> The name of the maintainer of this suite.</p>
diff --git a/documentation/specifications_xml_test.html b/documentation/specifications_xml_test.html
index 3b26810..afb2026 100644
--- a/documentation/specifications_xml_test.html
+++ b/documentation/specifications_xml_test.html
@@ -55,7 +55,14 @@ configurations), UNKNOWN</p>
<strong>Required:</strong> No - Defaults to assume all architectures are supported<br>
<strong>Description:</strong> If the test software is limited to running on select system architectures,
list them in this tag with each architecture delimited by a comma.<br>
-<strong>Supported Values:</strong> ( Examples: x86, x86_64 )</p>
+<strong>Supported Values:</strong> ( Examples: x86, x86_64 )</p>
+<p><strong>Tag:</strong> SupportedPlatforms<br>
+<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
+<strong>Internal Reference:</strong> P_TEST_SUPPORTEDPLATFORMS<br>
+<strong>Required:</strong> No - Defaults to assume all operating systems are supported<br>
+<strong>Description:</strong> If the test software is limited to running on select operating systems,
+list them in this tag with each OS being delimited by a comma.<br>
+<strong>Supported Values:</strong> Linux, Solaris, FreeBSD, BSD</p>
<p><strong>Tag:</strong> RequiresRoot<br>
<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>
<strong>Internal Reference:</strong> P_TEST_ROOTNEEDED<br>