edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
81 stars 115 forks source link

feat: [Minnesota] Add new Device UART service #403

Closed lenny-goodell closed 10 months ago

lenny-goodell commented 10 months ago

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-compose/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

Non-Secure Mode

From compose builder run make run ds-uart no-secty Verify Device UART has bootstrapped w/o errors Verify via EdgeX UI that Device UART has registered and uploaded the sample Profile and Device Verify Device UART's config is in Consul From compose builder run make clean Verify Device UART container has been stopped and removed

Secure Mode

From compose builder run make run ds-uart Verify Device UART has bootstrapped w/o errors Verify via EdgeX UI that Device UART has registered and uploaded the sample Profile and Device Verify Device UART's config is in Consul Verify Device UART's rest API is accessible via API Gateway at https://localhost:8443/device-uart/api/v3/ping From compose builder run make clean Verify Device UART container has been stopped and removed