diff --git a/test/integration/component/test_snapshot_gc.py b/test/integration/component/test_snapshot_gc.py index 2300e45b5bc..3cd419446c7 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, diff --git a/test/integration/component/test_snapshot_limits.py b/test/integration/component/test_snapshot_limits.py index a530a043e4d..1bc2798965e 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, diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 071702b82f6..044e41a4936 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,