From: Joerg Behrmann Date: Tue, 7 Jan 2020 13:56:25 +0000 (+0100) Subject: fix tests X-Git-Tag: v6~88^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F394%2Fhead;p=thirdparty%2Fmkosi.git fix tests --- diff --git a/tests/test_config_parser.py b/tests/test_config_parser.py index 54bd644f7..f63401239 100644 --- a/tests/test_config_parser.py +++ b/tests/test_config_parser.py @@ -72,7 +72,6 @@ class MkosiConfig(object): 'incremental': False, 'kernel_command_line': ['rhgb', 'quiet', 'selinux=0', 'audit=0', 'rw'], 'key': None, - 'minimize': False, 'mirror': None, 'mksquashfs_tool': None, 'no_chown': False, @@ -98,6 +97,8 @@ class MkosiConfig(object): 'source_file_transfer': None, 'srv_size': None, 'swap_size': None, + 'tmp_size': None, + 'var_size': None, 'verb': 'build', 'verity': False, 'with_docs': False,