enable getVMs assertion

This commit is contained in:
vijaykiran 2011-10-29 12:31:47 +02:00
parent 4be6d796ac
commit 2675b2befb
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ public class AccountClientLiveTest extends BaseCloudStackClientLiveTest {
assert account.getVMLimit() == null || account.getVMLimit() >= 0 : account;
assert account.getVMsRunning() >= 0 : account;
assert account.getVMsStopped() >= 0 : account;
// TODO update to 2.2.4 as this is a bug in 2.2.3
// assert account.getVMs() >= 0 : account;
assert account.getVMs() >= 0 : account;
assert account.getVolumesAvailable() == null || account.getVolumesAvailable() >= 0 : account;
assert account.getVolumeLimit() == null || account.getVolumeLimit() >= 0 : account;
assert account.getVolumes() >= 0 : account;