Changeset 61509 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py
- Timestamp:
- Jun 6, 2016 10:26:04 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py
r61502 r61509 568 568 # If idling and enabled try schedule a new task. 569 569 # 570 if fIdle \570 if fIdle \ 571 571 and oTestBoxData.fEnabled \ 572 and not TestSetLogic(oDb).isTestBoxExecutingToRapidly(oTestBoxData.idTestBox) \ 572 573 and oStatusData.enmState == TestBoxStatusData.ksTestBoxState_Idle: # (paranoia) 573 574 dResponse = SchedulerBase.scheduleNewTask(oDb, oTestBoxData, oStatusData.iWorkItem, self._oSrvGlue.getBaseUrl());
Note:
See TracChangeset
for help on using the changeset viewer.