+ s_testLocalStorePathJSON
+ ",\"path\":" + s_testSampleVolumeTempURIJSON
+ ",\"storagePoolUuid\":\"" + s_testLocalStoreUUID
+ "\","
+ "\"type\":\"ROOT\",\"id\":9,\"size\":0}}";
DestroyCommand cmd = s_gson.fromJson(sample2, DestroyCommand.class);
Answer ans = s_hypervresource.executeRequest(cmd);
Assert.assertTrue(ans.getDetails(), ans.getResult());
}