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

git commit: updated refs/heads/master to d9064ec

Repository: cloudstack
Updated Branches:
  refs/heads/master 866cc4114 -> d9064ecfe


Skipping change service offering test for LXC since this is not applicable to containers
This closes #213


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

Branch: refs/heads/master
Commit: d9064ecfea362f72c277b758feda559c5295ceec
Parents: 866cc41
Author: sanjeev <sa...@apache.org>
Authored: Thu Apr 30 14:39:36 2015 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Thu Apr 30 14:49:17 2015 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_service_offerings.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d9064ecf/test/integration/smoke/test_service_offerings.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_service_offerings.py b/test/integration/smoke/test_service_offerings.py
index 1b1b113..56989e3 100644
--- a/test/integration/smoke/test_service_offerings.py
+++ b/test/integration/smoke/test_service_offerings.py
@@ -326,6 +326,8 @@ class TestServiceOfferings(cloudstackTestCase):
         # 2. Using  listVM command verify that this Vm
         #    has Small service offering Id.
 
+        if self.hypervisor.lower() == "lxc":
+            self.skipTest("Skipping this test for {} due to bug CS-38153".format(self.hypervisor))
         try:
             self.medium_virtual_machine.stop(self.apiclient)
         except Exception as e: