Changeset 84177 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 7, 2020 6:47:31 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84175 r84177 1604 1604 Waits for a guest facility to enter a certain status. 1605 1605 By default the "Active" status is being used. 1606 1607 Returns success status. 1606 1608 """ 1607 1609 … … 1649 1651 # Wait for VBoxService to come up. 1650 1652 # 1653 reporter.testStart('Waiting for VBoxService to get started'); 1651 1654 fRc = self.waitForGuestFacility(oSession, vboxcon.AdditionsFacilityType_VBoxService, "VBoxService", 1652 1655 vboxcon.AdditionsFacilityStatus_Active); 1656 reporter.testDone(); 1653 1657 if not fRc: 1654 1658 return (False, oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.