Changeset 97110 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py
- Timestamp:
- Oct 12, 2022 1:07:42 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py
r96555 r97110 578 578 if fIdle \ 579 579 and oTestBoxData.fEnabled \ 580 and not TestSetLogic(oDb).isTestBoxExecutingTo Rapidly(oTestBoxData.idTestBox) \580 and not TestSetLogic(oDb).isTestBoxExecutingTooRapidly(oTestBoxData.idTestBox) \ 581 581 and oStatusData.enmState == TestBoxStatusData.ksTestBoxState_Idle: # (paranoia) 582 582 dResponse = SchedulerBase.scheduleNewTask(oDb, oTestBoxData, oStatusData.iWorkItem, self._oSrvGlue.getBaseUrl());
Note:
See TracChangeset
for help on using the changeset viewer.