Changeset 95939 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jul 29, 2022 9:24:45 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r95936 r95939 413 413 # i.e, only force it for Windows Server 2016 and up. 414 414 fForceInstallTimeStampCA = False; 415 if self.fpApiVer >= 6.1 \415 if self.fpApiVer >= 6.1 \ 416 416 and oTestVm.getNonCanonicalGuestOsType() \ 417 418 417 in [ 'Windows2016', 'Windows2019', 'Windows2022', 'Windows11' ]: 418 fForceInstallTimeStampCA = True; 419 419 420 420 # 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.