mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Tests: Fix import scope
This commit is contained in:
parent
22fee5dc1d
commit
30898a50fb
|
|
@ -3,7 +3,6 @@
|
|||
from mosq_test_helper import *
|
||||
import json
|
||||
import shutil
|
||||
import signal
|
||||
|
||||
mosq_test.require_features(["WITH_BROKER", "WITH_TLS"])
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
# Test whether a plugin can subscribe to the tick event
|
||||
|
||||
from mosq_test_helper import *
|
||||
import signal
|
||||
|
||||
def write_config1(filename, ports, per_listener_settings, plugver):
|
||||
with open(filename, 'w') as f:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from mosq_test_helper import *
|
||||
import signal
|
||||
|
||||
mosq_test.require_features(["WITH_PLUGINS", "WITH_PLUGIN_PASSWORD_FILE", "WITH_TLS"])
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ import errno
|
|||
import hashlib
|
||||
import os
|
||||
import platform
|
||||
import signal
|
||||
import socket
|
||||
import ssl
|
||||
import subprocess
|
||||
|
|
|
|||
Loading…
Reference in a new issue