diff options
| author | Michael Larabel <michael@phx-laptop.(none)> | 2008-12-07 22:37:27 -0500 |
|---|---|---|
| committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-12-07 22:37:27 -0500 |
| commit | ce2ac86de2b21184af90be394a262a18f6efc52b (patch) | |
| tree | 081fb720b6aecee2c0aba6c966a05eb1ec806e13 /documentation | |
| parent | 561c8423f860da1b7f082bc1cbf800fab1289383 (diff) | |
| download | phoronix-test-suite-upstream-ce2ac86de2b21184af90be394a262a18f6efc52b.tar.gz phoronix-test-suite-upstream-ce2ac86de2b21184af90be394a262a18f6efc52b.tar.xz phoronix-test-suite-upstream-ce2ac86de2b21184af90be394a262a18f6efc52b.zip | |
pts-core: Add DefaultEntry tag to XML test specification for specifying
defaults mode
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/specifications_xml_test.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/specifications_xml_test.html b/documentation/specifications_xml_test.html index 03d71ec..cda1d2c 100644 --- a/documentation/specifications_xml_test.html +++ b/documentation/specifications_xml_test.html @@ -278,6 +278,13 @@ to the Identifier tag selected by the user.</p> <strong>Internal Reference:</strong> P_TEST_OPTIONS_IDENTIFIER<br>
<strong>Required:</strong> No<br>
<strong>Description:</strong> The internal ID to describe this option.</p>
+<p><strong>Tag:</strong> DefaultEntry<br>
+<strong>Location:</strong> PhoronixTestSuite/TestSettings/Option/<br>
+<strong>Internal Reference:</strong> P_TEST_OPTIONS_DEFAULTENTRY<br>
+<strong>Required:</strong> No<br>
+<strong>Description:</strong> The integer option (starting from 1) of the menu entry to select for that option when running in defaults mode. For tests that have no +menu options or just one, this tag isn't needed. For menus with two entries, both of them are used in the defaults mode. When dealing with more than two entries, use this +tag to select the option to use otherwise the last entry will automatically be used.</p>
<p><strong>Tag:</strong> Name<br>
<strong>Location:</strong> PhoronixTestSuite/TestSettings/Option/Menu/<br>
<strong>Internal Reference:</strong> P_TEST_OPTIONS_MENU_GROUP_NAME<br>
|
