Skip to content

Commit 3059430

Browse files
author
Dakshit Babbar
committed
Resolve CI checks
1 parent be87f82 commit 3059430

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/.cSpellWords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ subpubunsubconfig
7373
tsens
7474
unsubscriptions
7575
utest
76+
mosquitto

GettingStartedGuide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ disabled when running the qualification test. You can change the log level by
631631
![alt text](./artifacts/device-advisor-tests-result.jpg)
632632

633633
2. MQTT Test
634-
- Setup an AWS account and create a new thing.
634+
- Setup an AWS account and create a new thing.
635635
- Under the "Attach policies to certificate" section create a new policy with all the MQTT related permissions as these are required for the tests:
636636
![alt text](./artifacts/mqtt-thing-cert-policy-permissions.jpg)
637637
- Under `Featured FreeRTOS IoT Integration -> Qualification Test Configurations -> Qualification Execution Test Configurations`,
@@ -643,7 +643,7 @@ disabled when running the qualification test. You can change the log level by
643643
- If you have memory leaks reported from unity, it could be due to retained messages. Try clearing the retained messages. Install any MQTT client library (e.g. mosquitto CLI) and publish a message to the test topic with an empty message.
644644
```
645645
mosquitto_pub.exe \
646-
--cert <device-certifiacte> \
646+
--cert <device-certificate> \
647647
--key <device-private-key> \
648648
--cafile <server-root-CA> \
649649
-h <broker-endpoint> -p 8883 \
@@ -665,7 +665,7 @@ disabled when running the qualification test. You can change the log level by
665665
666666
3. Transport Interface Test
667667
- First setup a TCP echo server. This can be done on any Linux machine but following are the instructions to do so in an AWS EC2 instance.
668-
- Create an EC2 instance and change the security group inbound rules to accept packets from all traffic.
668+
- Create an EC2 instance and change the security group inbound rules to accept packets from all traffic.
669669
- Clone [FreeRTOS-Libraries-Integration-Tests](https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests) in a directory of your choice within your EC2 file system.
670670
- Follow the instructions [here](https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests/tree/main/tools/echo_server) to generate the self signed certificates. Download the certificates generated for the server to your PC.
671671
- Run the go server at `FreeRTOS-Libraries-Integration-Tests/tools/echo_server` with TLS. Follow

0 commit comments

Comments
 (0)