VirtualBox

Changeset 84165 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 6, 2020 3:34:03 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137769
Message:

Validation Kit/tdAddBasic1.py: Try running Windows GA installation stuff as Administrator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84137 r84165  
    331331        """
    332332
     333        sUser     = oTestVm.getTestUser();
     334        ## @todo Do we need to get/use the test user's password as well here somehow?
     335
    333336        #
    334337        # Install the public signing key.
     
    337340            fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
    338341                                  ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher', '${CDROM}/cert/vbox-sha1.cer'),
    339                                   fCheckSessionStatus = True);
     342                                  sAsUser = sUser, fCheckSessionStatus = True);
    340343            if not fRc:
    341344                reporter.error('Error installing SHA1 certificate');
     
    343346                fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
    344347                                      ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher',
    345                                        '${CDROM}/cert/vbox-sha256.cer'), fCheckSessionStatus = True);
     348                                       '${CDROM}/cert/vbox-sha256.cer'),
     349                                      sAsUser = sUser, fCheckSessionStatus = True);
    346350                if not fRc:
    347351                    reporter.error('Error installing SHA256 certificate');
     
    368372                                                   '"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Setup"',
    369373                                                   '/v', 'LogLevel', '/t', 'REG_DWORD', '/d', '0xFF'),
    370                                                    fCheckSessionStatus = True);
     374                                                   sAsUser = sUser, fCheckSessionStatus = True);
    371375
    372376        for sFile in asLogFiles:
     
    379383        #
    380384        fRc = self.txsRunTest(oTxsSession, 'VBoxWindowsAdditions.exe', 5 * 60 * 1000, '${CDROM}/VBoxWindowsAdditions.exe',
    381                               ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'), fCheckSessionStatus = True);
     385                              ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'),
     386                              sAsUser = sUser, fCheckSessionStatus = True);
    382387
    383388        #
Note: See TracChangeset for help on using the changeset viewer.

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