tests/backup: test idea

This commit is contained in:
Marek Marczykowski-Górecki 2016-09-29 01:59:14 +02:00
parent f2d79b9379
commit c4632d6be8
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -353,6 +353,11 @@ class TC_00_Backup(BackupTestsMixin, qubes.tests.QubesTestCase):
self.restore_backup()
self.assertCorrectlyRestored(vms, orig_hashes)
def test_010_selective_restore(self):
# create backup with internal dependencies (template, netvm etc)
# try restoring only AppVMs (but not templates, netvms) - should
# handle according to options set
self.skipTest('test not implemented')
def test_100_backup_dom0_no_restore(self):
# do not write it into dom0 home itself...