|
|
@ -17,6 +17,10 @@
|
|
|
|
# Test setup is two (real) brokers, so that messages can be published and subscribed in both
|
|
|
|
# Test setup is two (real) brokers, so that messages can be published and subscribed in both
|
|
|
|
# directions, with two test clients, one at each end.
|
|
|
|
# directions, with two test clients, one at each end.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Disable on Travis for now, too unreliable
|
|
|
|
|
|
|
|
import os
|
|
|
|
|
|
|
|
if os.environ.get('TRAVIS') is not None:
|
|
|
|
|
|
|
|
exit(0)
|
|
|
|
|
|
|
|
|
|
|
|
from mosq_test_helper import *
|
|
|
|
from mosq_test_helper import *
|
|
|
|
from collections import namedtuple
|
|
|
|
from collections import namedtuple
|
|
|
|