Updated Branches:
  refs/heads/master 502c1db10 -> 26705cf53

CLOUDSTACK-4422: Corrected the wrong service paths

Signed-off-by: Prasanna Santhanam <[email protected]>
(cherry picked from commit cff832044043a361d360f775c7227a77ac99509a)


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

Branch: refs/heads/master
Commit: 26705cf53f1aa6596569e1370b8ea99aedec6f5e
Parents: 502c1db
Author: Gaurav Aradhye <[email protected]>
Authored: Tue Aug 20 22:41:05 2013 -0400
Committer: Prasanna Santhanam <[email protected]>
Committed: Wed Aug 21 15:42:52 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_snapshots.py | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/26705cf5/test/integration/component/test_snapshots.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_snapshots.py 
b/test/integration/component/test_snapshots.py
index 044e41a..cc2e604 100644
--- a/test/integration/component/test_snapshots.py
+++ b/test/integration/component/test_snapshots.py
@@ -668,21 +668,21 @@ class TestSnapshots(cloudstackTestCase):
                                       ),
                     "pushd %s" % self.services["paths"]["mount_dir"],
                     "mkdir -p %s/{%s,%s} " % (
-                                                self.services["sub_dir"],
-                                                self.services["sub_lvl_dir1"],
-                                                self.services["sub_lvl_dir2"]
+                                                
self.services["paths"]["sub_dir"],
+                                                
self.services["paths"]["sub_lvl_dir1"],
+                                                
self.services["paths"]["sub_lvl_dir2"]
                                             ),
                     "echo %s > %s/%s/%s" % (
                                                random_data_0,
-                                                self.services["sub_dir"],
-                                                self.services["sub_lvl_dir1"],
-                                                self.services["random_data"]
+                                                
self.services["paths"]["sub_dir"],
+                                                
self.services["paths"]["sub_lvl_dir1"],
+                                                
self.services["paths"]["random_data"]
                                             ),
                     "echo %s > %s/%s/%s" % (
                                                 random_data_1,
-                                                self.services["sub_dir"],
-                                                self.services["sub_lvl_dir2"],
-                                                self.services["random_data"]
+                                                
self.services["paths"]["sub_dir"],
+                                                
self.services["paths"]["sub_lvl_dir2"],
+                                                
self.services["paths"]["random_data"]
                                             ),
                     "sync",
                 ]
@@ -728,7 +728,7 @@ class TestSnapshots(cloudstackTestCase):
                         )
         except Exception as e:
             self.fail("SSH failed for VM with IP: %s - %s" %
-                                (self.virtual_machine.ipaddress, e))
+                                (self.virtual_machine.ssh_ip, e))
 
         qresultset = self.dbclient.execute(
                         "select id from snapshots where uuid = '%s';" \

Reply via email to