VirtualBox

Ignore:
Timestamp:
May 6, 2020 7:41:19 PM (5 years ago)
Author:
vboxsync
Message:

Reverted r137769 (Validation Kit/tdAddBasic1.py: Try running Windows GA installation stuff as Administrator), as TXS does not support running with different users yet.

File:
1 edited

Legend:

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

    r84165 r84174  
    331331        """
    332332
    333         sUser     = oTestVm.getTestUser();
    334         ## @todo Do we need to get/use the test user's password as well here somehow?
    335 
    336333        #
    337334        # Install the public signing key.
     
    340337            fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
    341338                                  ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher', '${CDROM}/cert/vbox-sha1.cer'),
    342                                   sAsUser = sUser, fCheckSessionStatus = True);
     339                                  fCheckSessionStatus = True);
    343340            if not fRc:
    344341                reporter.error('Error installing SHA1 certificate');
     
    346343                fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1 * 60 * 1000, '${CDROM}/cert/VBoxCertUtil.exe',
    347344                                      ('${CDROM}/cert/VBoxCertUtil.exe', 'add-trusted-publisher',
    348                                        '${CDROM}/cert/vbox-sha256.cer'),
    349                                       sAsUser = sUser, fCheckSessionStatus = True);
     345                                       '${CDROM}/cert/vbox-sha256.cer'), fCheckSessionStatus = True);
    350346                if not fRc:
    351347                    reporter.error('Error installing SHA256 certificate');
     
    372368                                                   '"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Setup"',
    373369                                                   '/v', 'LogLevel', '/t', 'REG_DWORD', '/d', '0xFF'),
    374                                                    sAsUser = sUser, fCheckSessionStatus = True);
     370                                                   fCheckSessionStatus = True);
    375371
    376372        for sFile in asLogFiles:
     
    383379        #
    384380        fRc = self.txsRunTest(oTxsSession, 'VBoxWindowsAdditions.exe', 5 * 60 * 1000, '${CDROM}/VBoxWindowsAdditions.exe',
    385                               ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'),
    386                               sAsUser = sUser, fCheckSessionStatus = True);
     381                              ('${CDROM}/VBoxWindowsAdditions.exe', '/S', '/l', '/with_autologon'), fCheckSessionStatus = True);
    387382
    388383        #
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