Updated Branches: refs/heads/4.2 9d49fe8c0 -> 81b5146c8
CLOUDSTACK-4225: Remove additional / in the nfs path nfs://nfs-server://export/share -> nfs://nfs-server:/export/share Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f056af8c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f056af8c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f056af8c Branch: refs/heads/4.2 Commit: f056af8cbdd6bdfead0afbffbe2c10bb988ba385 Parents: 9d49fe8 Author: Prasanna Santhanam <[email protected]> Authored: Wed Aug 21 13:01:40 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Aug 21 15:19:25 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_snapshot_gc.py | 2 +- test/integration/component/test_snapshot_limits.py | 2 +- test/integration/component/test_snapshots.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f056af8c/test/integration/component/test_snapshot_gc.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_snapshot_gc.py b/test/integration/component/test_snapshot_gc.py index 2300e45..3cd4194 100644 --- a/test/integration/component/test_snapshot_gc.py +++ b/test/integration/component/test_snapshot_gc.py @@ -257,7 +257,7 @@ class TestAccountSnapshotClean(cloudstackTestCase): cmds = [ "mkdir -p %s" % self.services["paths"]["mount_dir"], - "mount -t %s %s/%s %s" % ( + "mount -t %s %s%s %s" % ( 'nfs', host, path, http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f056af8c/test/integration/component/test_snapshot_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_snapshot_limits.py b/test/integration/component/test_snapshot_limits.py index a530a04..1bc2798 100644 --- a/test/integration/component/test_snapshot_limits.py +++ b/test/integration/component/test_snapshot_limits.py @@ -245,7 +245,7 @@ class TestSnapshotLimit(cloudstackTestCase): cmds = [ "mkdir -p %s" % self.services["paths"]["mount_dir"], - "mount -t %s %s/%s %s" % ( + "mount -t %s %s%s %s" % ( 'nfs', host, path, http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f056af8c/test/integration/component/test_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 071702b..044e41a 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -238,7 +238,7 @@ class TestSnapshots(cloudstackTestCase): cmds = [ "mkdir -p %s" % self.services["paths"]["mount_dir"], - "mount -t %s %s/%s %s" % ( + "mount -t %s %s%s %s" % ( 'nfs', host, path, @@ -1043,7 +1043,7 @@ class TestCreateVMSnapshotTemplate(cloudstackTestCase): cmds = [ "mkdir -p %s" % self.services["paths"]["mount_dir"], - "mount -t %s %s/%s %s" % ( + "mount -t %s %s%s %s" % ( 'nfs', host, path,
