Changeset 102547 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Dec 8, 2023 3:17:28 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r102546 r102547 223 223 'detectedOSFlavor', 'detectedOSHints' ]; 224 224 if oTestDrv.fpApiVer >= 7.1: # Since 7.1 we offer different passwords for user and admin/root accounts. 225 asAttribs.append( [ 'user -password', 'admin-password' ] );225 asAttribs.append( [ 'userPassword', 'adminPassword' ] ); 226 226 else: 227 227 asAttribs.append( [ 'password' ] );
Note:
See TracChangeset
for help on using the changeset viewer.