tests/backupcompatibility: no errors are expected on restoring R1 backup

Fallback to default kernel is enabled by default.
This commit is contained in:
Marek Marczykowski-Górecki 2016-08-17 01:31:33 +02:00
parent 690727fef8
commit 6b546ca1e6
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -415,7 +415,6 @@ class TC_00_BackupCompatibility(qubes.tests.BackupTestsMixin, qubes.tests.QubesT
'use-default-template': True,
'use-default-netvm': True,
},
expect_errors=['Kernel None not installed, using default one']
)
with self.assertNotRaises(KeyError):
vm = self.app.domains["test-template-clone"]