VirtualBox

Ignore:
Timestamp:
Dec 8, 2023 3:17:28 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160693
Message:

Unattended/testcase: Added support for separate user/admin passwords. bugref:10554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py

    r102546 r102547  
    223223                      'detectedOSFlavor', 'detectedOSHints' ];
    224224        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' ] );
    226226        else:
    227227            asAttribs.append( [ 'password' ] );
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette