Searched defs:ksTestSize_Medium (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py486 elif oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
505 elif oGen.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
1443 ksTestSize_Medium = 'medium'; variable in class:InstructionTestGen
1446 kasTestSizes = ( ksTestSize_Large, ksTestSize_Medium, ksTestSize_Tiny );
1490 elif self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium:
1662 return self.oOptions.sTestSize == InstructionTestGen.ksTestSize_Medium;
2218 oParser.add_option('--test-size', dest = 'sTestSize', default = InstructionTestGen.ksTestSize_Medium,

Completed in 48 milliseconds