mosquitto/test/apps/ctrl/test.py
Norbert Heusser 8a07110cef Moved python tests inside test/apps to subfolder per app
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
2022-12-09 18:03:50 +00:00

14 lines
197 B
Python
Executable file

#!/usr/bin/env python3
import mosq_test_helper
import pathlib
import ptest
tests = [
(0, './ctrl-args.py'),
(2, './ctrl-broker.py'),
(2, './ctrl-dynsec.py')
]
ptest.run_tests(tests)