VirtualBox

Ignore:
Timestamp:
Mar 19, 2020 8:45:24 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136540
Message:

TestManager/schedqueue.py: Ignore SchedQueues.fEnabled as we no longer generate queue items for disabled scheduling groups. bugref:9657

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuiadminschedqueue.py

    r83338 r83342  
    5353        oEntry = self._aoEntries[iEntry] # type: SchedQueueEntry
    5454        sState = 'up-to-date' if oEntry.fUpToDate else 'outdated';
    55         if not oEntry.fEnabled:
    56             sState += ' disabled';
    5755        return [ oEntry.tsLastScheduled, oEntry.sSchedGroup, oEntry.sTestGroup, oEntry.sTestCase, sState, oEntry.idItem ];
    5856
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette