1 #ifndef __MQTT_INTEROPERABILITY_TEST__
2 #define __MQTT_INTEROPERABILITY_TEST__
3 
4 #include "tls_test_frame.h"
5 
6 #define MQTT_PORT 8884
7 
8 #ifndef MQTT_PORT
9 #define MQTT_PORT 8883
10 #endif /* MQTT_PORT */
11 
12 #define STRING(s) str(s)
13 #define str(s) #s
14 
15 #endif /* __MQTT_INEROPERABILITY_TEST__ */
16