mirror of https://github.com/apache/cloudstack.git
fix unit test
This commit is contained in:
parent
7202683476
commit
a2951b57b1
|
|
@ -26,13 +26,8 @@ import javax.naming.ConfigurationException;
|
|||
import java.util.HashMap;
|
||||
|
||||
public class KVMStorageProcessorTest {
|
||||
KVMStorageProcessor processor;
|
||||
LibvirtComputingResource resource;
|
||||
@Before
|
||||
public void setUp() throws ConfigurationException {
|
||||
System.setProperty("paths.script", "/devel/asf-master");
|
||||
resource = new LibvirtComputingResource();
|
||||
resource.configure("testResource", new HashMap<String, Object>());
|
||||
}
|
||||
@Test
|
||||
public void testCloneVolumeFromBaseTemplate() throws Exception {
|
||||
|
|
|
|||
Loading…
Reference in New Issue