Searched refs:remoteFinalDTPath (Results 1 – 1 of 1) sorted by relevance
233 String remoteFinalDTPath = new File(ufdtVerifierParent, "final_dt").getAbsolutePath(); in testVerifyOverlay() local234 String copyCommand = String.format("cp %s %s", FDT_PATH, remoteFinalDTPath); in testVerifyOverlay()237 Assert.assertEquals("Unable to copy to " + remoteFinalDTPath, cmdResult.getStatus(), in testVerifyOverlay()