Changeset 84976 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
- Timestamp:
- Jun 26, 2020 4:00:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84973 r84976 176 176 177 177 # We skip Linux Guest Additions testing for VBox < 6.1 for now. 178 fVersionIgnored = oTestVm.isLinux() and self.fpApiVer < =6.1;178 fVersionIgnored = oTestVm.isLinux() and self.fpApiVer < 6.1; 179 179 180 180 if fVersionIgnored: 181 181 reporter.log('Skipping testing for "%s" because VBox version %s is ignored' % (oTestVm.sKind, self.fpApiVer,)); 182 fRc = True; 182 183 else: 183 184 reporter.testStart('Waiting for TXS');
Note:
See TracChangeset
for help on using the changeset viewer.