mirror of https://github.com/apache/cloudstack.git
kvm: fix test for non-osx platforms
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
9e9b231672
commit
0120e906e5
|
|
@ -32,7 +32,6 @@ public class MemStat {
|
|||
private Map<String, Double> _memStats = new HashMap<String, Double>();
|
||||
|
||||
public MemStat() {
|
||||
refresh();
|
||||
}
|
||||
|
||||
public Double getTotal() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue