Changeset 99717 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- May 10, 2023 9:17:36 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r99700 r99717 613 613 if fRc \ 614 614 and oTestVm.isLinux(): 615 ## @todo Fudge factor -- Wait for the desktop env to come up. 616 # Remove once facility statuses are implemented within VBoxClient. 617 reporter.log('Waiting 30s for the desktop environment to come up before checking for the display server ...'); 618 self.sleep(30); 615 619 if self.fpApiVer >= 7.1 and self.uRevision >= 157189: 616 620 sVBoxClient = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm, '/usr'), 'VBoxClient');
Note:
See TracChangeset
for help on using the changeset viewer.