Changeset 61474 in vbox for trunk/src/VBox/ValidationKit/docs
- Timestamp:
- Jun 5, 2016 9:02:01 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107801
- Location:
- trunk/src/VBox/ValidationKit/docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/docs/AutomaticTestingRevamp.html
r59549 r61474 946 946 <li><p class="first">If the testbox was marked as disabled, respond with an IDLE command to the 947 947 testbox [done]. (Note! Must do this after TestBoxStatuses maintainance from 948 point 2, or abandon d tests won't be cleaned up after a testbox is disabled.)</p>948 point 2, or abandoned tests won't be cleaned up after a testbox is disabled.)</p> 949 949 </li> 950 950 <li><p class="first">Consider testcases in the scheduling queue, pick the first one which the … … 1099 1099 <p>TODO</p> 1100 1100 </div> 1101 <div class="section" id="cleaning-up-abandon d-testcase">1102 <h2>#9 - Cleaning Up Abandon d Testcase</h2>1101 <div class="section" id="cleaning-up-abandoned-testcase"> 1102 <h2>#9 - Cleaning Up Abandoned Testcase</h2> 1103 1103 <p>This is a subfunction of scenario #1 and #2. The actions taken are the same in 1104 1104 both situations. The precondition for taking this path is that the row in the … … 1110 1110 <dd><ol class="first last loweralpha simple"> 1111 1111 <li>Add a message to the root TestResults row, creating one if necesary, 1112 that explains that the test was abandon d. This is done1112 that explains that the test was abandoned. This is done 1113 1113 by inserting/finding the string into/in TestResultStrTab and adding 1114 1114 a row to TestResultMsgs with idStrMsg set to that string id and … … 1129 1129 <h2>#10 - Cleaning Up a Disabled/Dead TestBox</h2> 1130 1130 <p>The UI needs to be able to clean up the remains of a testbox which for some 1131 reason is out of action. Normal cleaning up of abandon d testcases requires1131 reason is out of action. Normal cleaning up of abandoned testcases requires 1132 1132 that the testbox signs on or asks for work, but if the testbox is dead or 1133 1133 in some way indisposed, it won't be doing any of that. So, the testbox -
trunk/src/VBox/ValidationKit/docs/AutomaticTestingRevamp.txt
r59549 r61474 635 635 3. If the testbox was marked as disabled, respond with an IDLE command to the 636 636 testbox [done]. (Note! Must do this after TestBoxStatuses maintainance from 637 point 2, or abandon d tests won't be cleaned up after a testbox is disabled.)637 point 2, or abandoned tests won't be cleaned up after a testbox is disabled.) 638 638 639 639 4. Consider testcases in the scheduling queue, pick the first one which the … … 784 784 785 785 786 #9 - Cleaning Up Abandon d Testcase787 ---------------------------------- 786 #9 - Cleaning Up Abandoned Testcase 787 ----------------------------------- 788 788 789 789 This is a subfunction of scenario #1 and #2. The actions taken are the same in … … 796 796 1. If the testset is incomplete, we need to completed: 797 797 a) Add a message to the root TestResults row, creating one if necesary, 798 that explains that the test was abandon d. This is done798 that explains that the test was abandoned. This is done 799 799 by inserting/finding the string into/in TestResultStrTab and adding 800 800 a row to TestResultMsgs with idStrMsg set to that string id and … … 813 813 814 814 The UI needs to be able to clean up the remains of a testbox which for some 815 reason is out of action. Normal cleaning up of abandon d testcases requires815 reason is out of action. Normal cleaning up of abandoned testcases requires 816 816 that the testbox signs on or asks for work, but if the testbox is dead or 817 817 in some way indisposed, it won't be doing any of that. So, the testbox
Note:
See TracChangeset
for help on using the changeset viewer.