Changeset 78674 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2019 12:09:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r78418 r78674 354 354 return True; 355 355 356 def getNonCanonicalGuestOsType(self): 357 """ 358 Gets the non-canonical OS type (self.sGuestOsType is canonical). 359 """ 360 return self.aInfo[g_iGuestOsType]; 361 356 362 def getMissingResources(self, sTestRsrc): 357 363 """
Note:
See TracChangeset
for help on using the changeset viewer.