Changeset 101035 in vbox for trunk/src/VBox/ValidationKit/tests/autostart
- Timestamp:
- Sep 7, 2023 8:59:15 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r98651 r101035 625 625 oSession = oTestDrv.openSession(oVM); 626 626 if oSession is not None: 627 fRc = fRc and oSession.enableVirtEx (True);628 fRc = fRc and oSession.enableNestedPaging (True);629 fRc = fRc and oSession.enableNestedHwVirt (True);630 # disable 3D until the error is fixed. 627 fRc = fRc and oSession.enableVirtExX86(True); 628 fRc = fRc and oSession.enableNestedPagingX86(True); 629 fRc = fRc and oSession.enableNestedHwVirtX86(True); 630 # disable 3D until the error is fixed. ## @todo r=andy Which error? 631 631 fRc = fRc and oSession.setAccelerate3DEnabled(False); 632 632 fRc = fRc and oSession.setVRamSize(256);
Note:
See TracChangeset
for help on using the changeset viewer.