]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
fix tests 394/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 7 Jan 2020 13:56:25 +0000 (14:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Jan 2020 18:21:50 +0000 (19:21 +0100)
tests/test_config_parser.py

index 54bd644f73207712056c9622cb91a9b41f111af2..f634012396ee469f283b817ad05cec7435d8e4b6 100644 (file)
@@ -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,