From 6b546ca1e67514acf87e700e8f725c1b58852ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 17 Aug 2016 01:31:33 +0200 Subject: [PATCH] tests/backupcompatibility: no errors are expected on restoring R1 backup Fallback to default kernel is enabled by default. --- qubes/tests/int/backupcompatibility.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qubes/tests/int/backupcompatibility.py b/qubes/tests/int/backupcompatibility.py index 02940666..dda87e69 100644 --- a/qubes/tests/int/backupcompatibility.py +++ b/qubes/tests/int/backupcompatibility.py @@ -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"]