You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/25 12:24:36 UTC

git commit: updated refs/heads/master to 1d5feb1

Updated Branches:
  refs/heads/master 8ee4e5ac1 -> 1d5feb158


CLOUDSTACK-3796: Fix the missing attribute for zoneid

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 1d5feb158b053680d388ca66bff85346cd23af1c
Parents: 8ee4e5a
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Thu Jul 25 15:51:16 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Jul 25 15:54:26 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_snapshots.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1d5feb15/test/integration/component/test_snapshots.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py
index 7b480e5..85e9680 100644
--- a/test/integration/component/test_snapshots.py
+++ b/test/integration/component/test_snapshots.py
@@ -147,7 +147,7 @@ class TestSnapshots(cloudstackTestCase):
                             )
         
         cls.services["domainid"] = cls.domain.id
-        cls.services["server_with_disk"]["zoneid"] = cls.zone.id
+        cls.services["volume"]["zoneid"] = cls.services["server_with_disk"]["zoneid"] = cls.zone.id
         cls.services["server_with_disk"]["diskoffering"] = cls.disk_offering.id
 
         cls.services["server_without_disk"]["zoneid"] = cls.zone.id