You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2015/04/30 03:08:56 UTC

git commit: updated refs/heads/master to 3147090

Repository: cloudstack
Updated Branches:
  refs/heads/master 620214213 -> 3147090e2


skipped iso attach test on lxc setup

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


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

Branch: refs/heads/master
Commit: 3147090e2386142053257670bf5e22c6ee53d70a
Parents: 6202142
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Thu Apr 30 06:36:27 2015 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Thu Apr 30 06:38:27 2015 +0530

----------------------------------------------------------------------
 test/integration/testpaths/testpath_stopped_vm.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3147090e/test/integration/testpaths/testpath_stopped_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/testpaths/testpath_stopped_vm.py b/test/integration/testpaths/testpath_stopped_vm.py
index c3a129d..1260330 100644
--- a/test/integration/testpaths/testpath_stopped_vm.py
+++ b/test/integration/testpaths/testpath_stopped_vm.py
@@ -662,7 +662,10 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase):
         # 3.  Register an ISO and attach it to the VM
         # 4.  Verify that ISO is attached to the VM
         """
-
+        if self.hypervisor.lower() in ['lxc']:
+            self.skipTest(
+                "feature is not supported in %s" %
+                self.hypervisor)
         # Create VM in account
         virtual_machine = VirtualMachine.create(
             self.userapiclient,
@@ -724,6 +727,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase):
         # 4.  Verify that ISO is attached to the VM
         """
 
+
         # Create VM in account
         virtual_machine = VirtualMachine.create(
             self.userapiclient,