VirtualBox

vbox的更動 62356 路徑 trunk/src/VBox/ValidationKit


忽略:
時間撮記:
2016-7-20 下午12:52:02 (8 年 以前)
作者:
vboxsync
訊息:

ValidationKit/tests/tdStorageBenchmark1: Add 32bit variant for the VM to test BusLogic controllers as well

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r62268 r62356  
    251251        self.oGuestToGuestSess = None;
    252252        self.oGuestToGuestTxs  = None;
    253         self.asTestVMsDef      = ['tst-storage'];
     253        self.asTestVMsDef      = ['tst-storage', 'tst-storage32'];
    254254        self.asTestVMs         = self.asTestVMsDef;
    255255        self.asSkipVMs         = [];
     
    376376            if 'tst-storage' in self.asTestVMs:
    377377                self.asRsrcs.append('5.0/storage/tst-storage.vdi');
     378            if 'tst-storage32' in self.asTestVMs:
     379                self.asRsrcs.append('5.0/storage/tst-storage32.vdi');
    378380
    379381        return self.asRsrcs;
     
    392394        if 'tst-storage' in self.asTestVMs:
    393395            oVM = self.createTestVM('tst-storage', 1, '5.0/storage/tst-storage.vdi', sKind = 'ArchLinux_64', fIoApic = True, \
     396                                    eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
     397                                    eNic0Type = vboxcon.NetworkAdapterType_Am79C973);
     398            if oVM is None:
     399                return False;
     400
     401        if 'tst-storage32' in self.asTestVMs:
     402            oVM = self.createTestVM('tst-storage32', 1, '5.0/storage/tst-storage32.vdi', sKind = 'ArchLinux', fIoApic = True, \
    394403                                    eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
    395404                                    eNic0Type = vboxcon.NetworkAdapterType_Am79C973);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette