mirror of https://github.com/apache/jclouds.git
Assert template size is >0 in CloudStack
This commit is contained in:
parent
e6c06e0cd0
commit
8ce2fdaafb
|
@ -78,6 +78,7 @@ public class TemplateClientLiveTest extends BaseCloudStackClientLiveTest {
|
|||
assert template.getHypervisor() != null : template;
|
||||
assert template.getDomain() != null : template;
|
||||
assert template.getDomainId() > 0 : template;
|
||||
assert template.getSize() > 0 : template;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue