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
- 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
643
643
- 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.
644
644
```
645
645
mosquitto_pub.exe \
646
-
--cert <device-certifiacte> \
646
+
--cert <device-certificate> \
647
647
--key <device-private-key> \
648
648
--cafile <server-root-CA> \
649
649
-h <broker-endpoint> -p 8883 \
@@ -665,7 +665,7 @@ disabled when running the qualification test. You can change the log level by
665
665
666
666
3. Transport Interface Test
667
667
- 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.
669
669
- Clone [FreeRTOS-Libraries-Integration-Tests](https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests) in a directory of your choice within your EC2 file system.
670
670
- 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.
671
671
- Run the go server at `FreeRTOS-Libraries-Integration-Tests/tools/echo_server` with TLS. Follow
0 commit comments