VirtualBox

Ignore:
Timestamp:
Jul 29, 2022 9:24:45 AM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Only force installing the timestamp CA on Windows guests >= Windows Server 2016. This otherwise would sabotage testing older guests where the Guest Additions installer should care of this automatically [pylint]. bugref:8691

File:
1 edited

Legend:

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

    r95936 r95939  
    413413        #       i.e, only force it for Windows Server 2016 and up.
    414414        fForceInstallTimeStampCA = False;
    415         if self.fpApiVer >= 6.1 \
     415        if     self.fpApiVer >= 6.1 \
    416416           and oTestVm.getNonCanonicalGuestOsType() \
    417               in [ 'Windows2016', 'Windows2019', 'Windows2022', 'Windows11' ]:
    418               fForceInstallTimeStampCA = True;
     417           in [ 'Windows2016', 'Windows2019', 'Windows2022', 'Windows11' ]:
     418            fForceInstallTimeStampCA = True;
    419419
    420420        # As we don't have a console command line to parse for the Guest Additions installer (only a message box) and
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