Changeset 101076 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Sep 8, 2023 4:53:37 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r101061 r101076 2609 2609 sName, 2610 2610 iGroup, 2611 sPlatformArchitecture = 'x86',2612 2611 sHd = None, 2613 2612 cMbRam = None, … … 2637 2636 fSecureBoot = False, 2638 2637 sUefiMokPathPrefix = None, 2639 sGraphicsControllerType = None): 2638 sGraphicsControllerType = None, 2639 sPlatformArchitecture = 'x86'): 2640 2640 """ 2641 2641 Creates a test VM with a immutable HD from the test resources.
Note:
See TracChangeset
for help on using the changeset viewer.