mirror of https://github.com/apache/jclouds.git
Deleted labs/openstack-cinder (it moved to apis/openstack-cinder).
This commit is contained in:
parent
75c54e5595
commit
04255abccc
|
@ -1,16 +0,0 @@
|
|||
package org.jclouds.openstack.cinder.v1.domain;
|
||||
|
||||
import static org.testng.Assert.assertEquals;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
@Test(groups = "unit", testName = "VolumeTest")
|
||||
public class VolumeTest {
|
||||
public void testVolumeForId() {
|
||||
Volume volume = Volume.forId("60761c60-0f56-4499-b522-ff13e120af10");
|
||||
|
||||
assertEquals(volume.getId(), "60761c60-0f56-4499-b522-ff13e120af10");
|
||||
assertEquals(volume.getStatus(), Volume.Status.UNRECOGNIZED);
|
||||
assertEquals(volume.getZone(), "nova");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue