You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/test/broker/persist_help.py

14 lines
274 B
Python

# This can be rewritten to easily support persistence plugins with all of
# the 15-persist-* tests.
def init(port):
pass
def cleanup(port):
return 0
def write_config(filename, port):
with open(filename, 'w') as f:
#f.write("plugin ..\n")
pass