Changeset 72373 in vbox for trunk/src/VBox
- Timestamp:
- May 29, 2018 9:10:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r72368 r72373 932 932 for oTestVm in self.aoTestVms: 933 933 if oTestVm.fNstHwVirt and not oTestDrv.isHostCpuAmd(): 934 reporter.log 2('Ignoring VM %s (Nested hardware-virtualization only supported on AMD CPUs).' % (oTestVm.sVmName,));934 reporter.log('Ignoring VM %s (Nested hardware-virtualization only supported on AMD CPUs).' % (oTestVm.sVmName,)); 935 935 continue; 936 936 if oTestVm.fSkip and self.fIgnoreSkippedVm:
Note:
See TracChangeset
for help on using the changeset viewer.