Searched refs:diskId (Results 1 – 1 of 1) sorted by relevance
75 final String diskId = getAdoptionDisk(); in testApps()89 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in testApps()113 getDevice().executeShellCommand("sm partition " + diskId + " public"); in testApps()119 cleanUp(diskId); in testApps()125 final String diskId = getAdoptionDisk(); in testPrimaryStorage()131 verifyPrimaryInternal(diskId); in testPrimaryStorage()133 verifyPrimaryPhysical(diskId); in testPrimaryStorage()136 cleanUp(diskId); in testPrimaryStorage()140 private void verifyPrimaryInternal(String diskId) throws Exception { in verifyPrimaryInternal() argument149 assertEmpty(getDevice().executeShellCommand("sm partition " + diskId + " private")); in verifyPrimaryInternal()[all …]