@@ -249,7 +249,7 @@ def example_test_data():
249
249
],
250
250
"mqtt_password_authentication" : [
251
251
{
252
- "expectation" : "\\ [INFO\\ ] Starting initialization of MQTT with username and password"
252
+ "expectation" : "\\ [INFO\\ ] Starting MQTT with username and password example "
253
253
},
254
254
{
255
255
"expectation" : "\\ [INFO\\ ] Connecting to operator.{0,}OK!"
@@ -277,11 +277,14 @@ def example_test_data():
277
277
},
278
278
{
279
279
"expectation" : "\\ [INFO\\ ] Got new message: Hello world: (\\ d{1,})"
280
+ },
281
+ {
282
+ "expectation" : "\\ [INFO\\ ] Closing MQTT connection"
280
283
}
281
284
],
282
285
"mqtt_polling" : [
283
286
{
284
- "expectation" : "\\ [INFO\\ ] Starting initialization of MQTT Polling"
287
+ "expectation" : "\\ [INFO\\ ] Starting MQTT Polling example "
285
288
},
286
289
{
287
290
"expectation" : "\\ [INFO\\ ] Connecting to operator.{0,}OK!"
@@ -306,11 +309,14 @@ def example_test_data():
306
309
},
307
310
{
308
311
"expectation" : "\\ [INFO\\ ] Got new message: Hello world: (\\ d{1,})"
312
+ },
313
+ {
314
+ "expectation" : "\\ [INFO\\ ] Closing MQTT connection"
309
315
}
310
316
],
311
317
"mqtt_polling_aws" : [
312
318
{
313
- "expectation" : "\\ [INFO\\ ] Starting initialization of MQTT Polling for AWS"
319
+ "expectation" : "\\ [INFO\\ ] Starting MQTT Polling for AWS example "
314
320
},
315
321
{
316
322
"expectation" : "\r \n "
@@ -338,6 +344,9 @@ def example_test_data():
338
344
},
339
345
{
340
346
"expectation" : "\\ [INFO\\ ] Got new message: \\ {\\ \" light\\ \" : 9, \\ \" temp\\ \" : 9\\ }"
347
+ },
348
+ {
349
+ "expectation" : "\\ [INFO\\ ] Closing MQTT connection"
341
350
}
342
351
],
343
352
"power_down" : [
0 commit comments