From e0be874a28c9ee9c9b07e3cff89301cd58cfd31f Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 26 Jul 2017 00:40:13 +0200 Subject: Allow optional reading only for optional configuration keys Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key. --- tools/testcase1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/testcase1.py') diff --git a/tools/testcase1.py b/tools/testcase1.py index 7ec853a..164740f 100755 --- a/tools/testcase1.py +++ b/tools/testcase1.py @@ -163,7 +163,7 @@ def mergestatus(configfile, localconfigfile): config = readconfig.verify_and_read_config(configfile, localconfig["logadminkey"]) paths = localconfig["paths"] - mergenodes = config.get("mergenodes", []) + mergenodes = config["mergenodes"] mergedb = paths["db"] sthfile = mergedb + "/sth" currentsizefile = mergedb + "/fetched" -- cgit v1.1