You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"expectation": "The voltage supplied is: 4\\.[0-9]+"
189
+
}
190
+
],
185
191
"http": [
186
192
{
187
193
"expectation": "\\[INFO\\] Starting HTTP example"
@@ -278,6 +284,48 @@ def example_test_data():
278
284
"expectation": "\\[INFO\\] Response: {"
279
285
}
280
286
],
287
+
"mqtt_low_power": [
288
+
{
289
+
"expectation": "\\[INFO\\] Starting MQTT with low power"
290
+
},
291
+
{
292
+
"expectation": "\\[INFO\\] Connecting to operator.{0,}OK!"
293
+
},
294
+
{
295
+
"timeout": 90,
296
+
"expectation": "\\[INFO\\] Connecting to broker.{0,}OK!"
297
+
},
298
+
{
299
+
"expectation": "\\[INFO\\] Published message: \\d{1,}"
300
+
},
301
+
{
302
+
"expectation": "\\[INFO\\] Entering low power"
303
+
},
304
+
{
305
+
"timeout": 90,
306
+
"expectation": "\\[INFO\\] Connecting to operator.{0,}OK!"
307
+
},
308
+
{
309
+
"expectation": "\\[INFO\\] Woke up!"
310
+
},
311
+
{
312
+
"timeout": 90,
313
+
"expectation": "\\[INFO\\] Connecting to broker.{0,}OK!"
314
+
},
315
+
{
316
+
"expectation": "\\[INFO\\] Published message: \\d{1,}"
317
+
},
318
+
{
319
+
"expectation": "\\[INFO\\] Entering low power"
320
+
},
321
+
{
322
+
"timeout": 90,
323
+
"expectation": "\\[INFO\\] Connecting to operator.{0,}OK!"
324
+
},
325
+
{
326
+
"expectation": "\\[INFO\\] Woke up!"
327
+
},
328
+
],
281
329
"mqtt_password_authentication": [
282
330
{
283
331
"expectation": "\\[INFO\\] Starting MQTT with username and password example"
@@ -459,6 +507,9 @@ def example_test_data():
459
507
{
460
508
"expectation": "\\[INFO\\] Board name: [a-z0-9]+"
461
509
},
510
+
{
511
+
"expectation": "\\[INFO\\] Will now connect to the operator. If the board hasn't previously connected to the operator/network, establishing the connection the first time might take some time."
512
+
},
462
513
{
463
514
"expectation": "\\[INFO\\] Connecting to operator.{0,}OK!"
464
515
},
@@ -476,6 +527,71 @@ def example_test_data():
476
527
"expectation": "\\[INFO\\] Sending heartbeat"
477
528
}
478
529
],
530
+
"serial": [
531
+
{
532
+
"expectation": "Hello world from Serial3"
533
+
},
534
+
{
535
+
"expectation": "\\[INFO\\] Hello world from Log"
536
+
},
537
+
{
538
+
"expectation": "This is a message without a prefix"
539
+
},
540
+
{
541
+
"expectation": "\\[DEBUG\\] A debug message"
542
+
},
543
+
{
544
+
"expectation": "\\[INFO\\] An info message"
545
+
},
546
+
{
547
+
"expectation": "\\[WARN\\] A warning message"
548
+
},
549
+
{
550
+
"expectation": "\\[ERROR\\] An error message"
551
+
},
552
+
{
553
+
"expectation": ""
554
+
},
555
+
{
556
+
"expectation": "\\[INFO\\] An info message"
557
+
},
558
+
{
559
+
"expectation": "\\[WARN\\] A warning message"
560
+
},
561
+
{
562
+
"expectation": "\\[ERROR\\] An error message"
563
+
},
564
+
{
565
+
"expectation": ""
566
+
},
567
+
{
568
+
"expectation": "\\[WARN\\] A warning message"
569
+
},
570
+
{
571
+
"expectation": "\\[ERROR\\] An error message"
572
+
},
573
+
{
574
+
"expectation": ""
575
+
},
576
+
{
577
+
"expectation": "\\[ERROR\\] An error message"
578
+
},
579
+
{
580
+
"expectation": ""
581
+
},
582
+
{
583
+
"expectation": ""
584
+
},
585
+
{
586
+
"expectation": "\\[INFO\\] This is a number: 10"
587
+
},
588
+
{
589
+
"expectation": "\\[INFO\\] This is a string: Hello world"
590
+
},
591
+
{
592
+
"expectation": "\\[INFO\\] This is a hexadecimal and a string: 1F - Hello world"
0 commit comments