Changeset 78310 in vbox for trunk/src/VBox
- Timestamp:
- Apr 26, 2019 7:11:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r77619 r78310 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 1156 1159 # DOS and Old Windows. 1157 1160 AncientTestVm('tst-dos20', sKind = 'DOS', … … 1179 1182 self.sResourcePath = sResourcePath; 1180 1183 1181 def selectSet(self, fGrouping, sTxsTransport = None, fCheckResources = True):1184 def selectSet(self, fGrouping, sTxsTransport = None, fCheckResources = False): 1182 1185 """ 1183 1186 Returns a VM set with the selected VMs. … … 1209 1212 """ Shut up already! """ 1210 1213 return self.sResourcePath; 1211
Note:
See TracChangeset
for help on using the changeset viewer.