You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2014/02/10 19:42:18 UTC

git commit: updated refs/heads/master to ab15653

Updated Branches:
  refs/heads/master 37c4015d4 -> ab15653d6


Revert "Temporarily ignore getCpuSpeed test"

This reverts commit e4a91d3610fc8d7ce7718817fbc88318c5fe1e88.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ab15653d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab15653d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab15653d

Branch: refs/heads/master
Commit: ab15653d688200f499fdcabef9b4f4e75739cc07
Parents: 37c4015
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Mon Feb 10 19:40:37 2014 +0100
Committer: Laszlo Hornyak <la...@gmail.com>
Committed: Mon Feb 10 19:40:37 2014 +0100

----------------------------------------------------------------------
 .../hypervisor/kvm/resource/LibvirtComputingResourceTest.java      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab15653d/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java b/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
index fcaa29d..6fac2b5 100644
--- a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
+++ b/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java
@@ -31,7 +31,6 @@ import junit.framework.Assert;
 
 import org.apache.commons.lang.SystemUtils;
 import org.junit.Assume;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.libvirt.Connect;
 import org.libvirt.Domain;
@@ -449,7 +448,6 @@ public class LibvirtComputingResourceTest {
         Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
     }
 
-    @Ignore
     @Test
     public void getCpuSpeed() {
         Assume.assumeTrue(SystemUtils.IS_OS_LINUX);