Searched refs:inodeopCommand (Results 1 – 2 of 2) sorted by relevance
38 String inodeopCommand, String[] expectedOptions) { in checkInodeopCommandOptions() argument39 for (String option : expectedOptions) Assert.assertTrue(inodeopCommand.contains(option)); in checkInodeopCommandOptions()83 String inodeopCommand = in testBuildInodeopCommandEmpty() local93 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandEmpty()105 String inodeopCommand = in testBuildInodeopCommandWorkload() local115 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandWorkload()127 String inodeopCommand = in testBuildInodeopCommandDirectory() local137 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandDirectory()149 String inodeopCommand = in testBuildInodeopCommandFromDirectory() local159 checkInodeopCommandOptions(inodeopCommand, expectedOptions); in testBuildInodeopCommandFromDirectory()[all …]
94 String inodeopCommand = in runInodeopBenchmark() local106 results.add(getDevice().executeShellCommand(inodeopCommand)); in runInodeopBenchmark()