Changeset 102759 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 4, 2024 11:59:59 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160939
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r102745 r102759 225 225 asAttribs.extend( [ 'userPassword', 'adminPassword' ] ); 226 226 else: 227 asAttribs.append( [ 'password' ] );227 asAttribs.append('password') 228 228 for sAttrib in asAttribs: 229 229 try:
Note:
See TracChangeset
for help on using the changeset viewer.