- Timestamp:
- Nov 19, 2019 12:09:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r81982 r81991 2033 2033 reporter.log(" Monitors: %s" % (oVM.graphicsAdapter.monitorCount,)); 2034 2034 reporter.log(" GraphicsController: %s" 2035 % (self.oVBoxMgr.getEnumValueName('GraphicsControllerType', oVM.graphicsAdapter.graphicsControllerType),)); 2035 % (self.oVBoxMgr.getEnumValueName('GraphicsControllerType', 2036 oVM.graphicsAdapter.graphicsControllerType),)); 2036 2037 else: 2037 2038 reporter.log(" VRAM: %sMB" % (oVM.VRAMSize,));
Note:
See TracChangeset
for help on using the changeset viewer.