-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update end-to-end tests to use 'iotedge config apply' (#7037)
Today, the end-to-end tests configure IoT Edge by directly writing each individual config TOML file (keyd, certd, identityd, edged). This change updates the end-to-end tests to write one super-config TOML file and then call `iotedge config apply` to automatically create the service-specific configs. It's less tedious and it gives us more test coverage for the `iotedge config apply` tool. To test, I made sure the end-to-end and nested end-to-end pipelines pass. ## Azure IoT Edge PR checklist:
- Loading branch information
1 parent
8740a08
commit e45807a
Showing
14 changed files
with
178 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
354 changes: 87 additions & 267 deletions
354
test/Microsoft.Azure.Devices.Edge.Test.Common/DaemonConfiguration.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.