configFS.put("node.respondLinkLengths", true);
configFS.put("node.respondLocation", true);
configFS.put("node.respondStoreSize", true);
configFS.put("node.respondUptime", true);
PersistentConfig config = new PersistentConfig(configFS);
Node node = new Node(config, random, random, null, null, executor);
//All testing environments connect the nodes as they want, even if the old setup is restored, it is not desired.
node.peers.removeAllPeers();