Searched refs:ksTestBoxCmd_UpgradeAndReboot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestbox.py66 ksTestBoxCmd_UpgradeAndReboot = 'upgrade-and-reboot'; variable in class:TestBoxData
69 ksTestBoxCmd_UpgradeAndReboot, ksTestBoxCmd_Special];
76 ( ksTestBoxCmd_UpgradeAndReboot, 'Upgrade TestBox Script and reboot', ''),
H A Dtestboxcontroller.py73 TestBoxData.ksTestBoxCmd_UpgradeAndReboot,
89 TestBoxData.ksTestBoxCmd_UpgradeAndReboot: TestBoxStatusData.ksTestBoxState_UpgradingAndRebooting,
99 TestBoxData.ksTestBoxCmd_UpgradeAndReboot: constants.tbresp.CMD_UPGRADE_AND_REBOOT,
112 constants.tbresp.CMD_UPGRADE_AND_REBOOT: TestBoxData.ksTestBoxCmd_UpgradeAndReboot,
541 if oTestBoxData.enmPendingCmd in [TestBoxData.ksTestBoxCmd_Upgrade, TestBoxData.ksTestBoxCmd_UpgradeAndReboot]:

Completed in 46 milliseconds