summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/finaltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/finaltest.py')
-rw-r--r--rdiff-backup/testing/finaltest.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index f1a1a51..6cd4885 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -188,6 +188,16 @@ class Final(PathSetter):
self.set_connections("test1/", '../', 'test2/tmp/', '../../')
self.runtest()
+ def testRemoteSource(self):
+ """Run test sequence when remote side is source"""
+ self.set_connections("test1/", "../", None, None)
+ self.runtest()
+
+ def testRemoteDest(self):
+ """Run test sequence when remote side is destination"""
+ self.set_connections(None, None, "test2/tmp", "../../")
+ self.runtest()
+
def testMirroringLocal(self):
"""Run mirroring only everything remote"""
self.delete_tmpdirs()