VirtualBox

Ignore:
Timestamp:
Jan 22, 2018 11:17:53 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120432
Message:

tdExoticOrAncient1: sketches based on smoke tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r70686 r70695  
    615615        reporter.log('');
    616616        reporter.log('Test VM selection and general config options:');
    617         reporter.log('  --virt-modes   <m1[:m2[:]]');
     617        reporter.log('  --virt-modes   <m1[:m2[:...]]>');
    618618        reporter.log('      Default: %s' % (':'.join(self.asVirtModesDef)));
    619         reporter.log('  --skip-virt-modes <m1[:m2[:]]');
     619        reporter.log('  --skip-virt-modes <m1[:m2[:...]]>');
    620620        reporter.log('      Use this to avoid hwvirt or hwvirt-np when not supported by the host');
    621621        reporter.log('      since we cannot detect it using the main API. Use after --virt-modes.');
    622         reporter.log('  --cpu-counts   <c1[:c2[:]]');
     622        reporter.log('  --cpu-counts   <c1[:c2[:...]]>');
    623623        reporter.log('      Default: %s' % (':'.join(str(c) for c in self.acCpusDef)));
    624624        reporter.log('  --test-vms     <vm1[:vm2[:...]]>');
     
    630630        reporter.log('  --snapshot-restore-current');
    631631        reporter.log('      Restores the current snapshot and resumes execution.');
    632         reporter.log('  --paravirt-modes   <pv1[:pv2[:]]>');
     632        reporter.log('  --paravirt-modes   <pv1[:pv2[:...]]>');
    633633        reporter.log('      Set of paravirtualized providers (modes) to tests. Intersected with what the test VM supports.');
    634634        reporter.log('      Default is the first PV mode the test VMs support, generally same as "legacy".');
     
    956956
    957957        # NT 3.x
    958         TestVm('tst-nt310',                 kfGrpSmoke,           sHd = '5.2/great-old-ones/t-nt310/t-nt310.vdi',
     958        TestVm('tst-nt310',                 kfGrpAncient,               sHd = '5.2/great-old-ones/t-nt310/t-nt310.vdi',
     959               sKind = 'WindowsNT3x', acCpusSup = [1], sHddControllerType = 'BusLogic SCSI Controller',
     960               sDvdControllerType = 'BusLogic SCSI Controller'),
     961        TestVm('tst-nt350',                 kfGrpAncient,               sHd = '5.2/great-old-ones/t-nt350/t-nt350.vdi',
     962               sKind = 'WindowsNT3x', acCpusSup = [1], sHddControllerType = 'BusLogic SCSI Controller',
     963               sDvdControllerType = 'BusLogic SCSI Controller'),
     964        TestVm('tst-nt351',                 kfGrpAncient,               sHd = '5.2/great-old-ones/t-nt350/t-nt350.vdi',
    959965               sKind = 'WindowsNT3x', acCpusSup = [1], sHddControllerType = 'BusLogic SCSI Controller',
    960966               sDvdControllerType = 'BusLogic SCSI Controller'),
Note: See TracChangeset for help on using the changeset viewer.

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