- Timestamp:
- Apr 26, 2019 7:16:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r78310 r78312 1154 1154 sNic0AttachType = 'nat'), 1155 1155 1156 TestVm('tst-ubuntu1804-own', kfGrpStdSmoke, sHd = 'own/ubuntu1804.vdi',1157 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True),1158 1159 1156 # DOS and Old Windows. 1160 1157 AncientTestVm('tst-dos20', sKind = 'DOS', … … 1182 1179 self.sResourcePath = sResourcePath; 1183 1180 1184 def selectSet(self, fGrouping, sTxsTransport = None, fCheckResources = False):1181 def selectSet(self, fGrouping, sTxsTransport = None, fCheckResources = True): 1185 1182 """ 1186 1183 Returns a VM set with the selected VMs. … … 1212 1209 """ Shut up already! """ 1213 1210 return self.sResourcePath; 1211
Note:
See TracChangeset
for help on using the changeset viewer.