Changeset 99662 in vbox
- Timestamp:
- May 8, 2023 10:10:38 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r99661 r99662 578 578 # Try to detect the display server running on the guest OS. 579 579 # This might fail on pure server guest OSes (no X, no Wayland). 580 if self. oTstDrv.fpApiVer >= 7.1 and self.oTstDrv.uRevision >= 157189:580 if self.fpApiVer >= 7.1 and self.uRevision >= 157189: 581 581 sVBoxClient = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm, 'usr'), 'VBoxClient'); 582 582 fRc = self.txsRunTest(oTxsSession, 'Check display server detection', 5 * 60 * 1000,
Note:
See TracChangeset
for help on using the changeset viewer.