-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add retry on keyvault test * newline --------- Co-authored-by: narrieta <narrieta>
- Loading branch information
Showing
2 changed files
with
27 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# | ||
# This test verifies that the Agent can download and extract KeyVault certificates that use different encryption algorithms | ||
# This test verifies that the Agent can download and extract KeyVault certificates that use different encryption | ||
# algorithms (currently RSA and EC). | ||
# | ||
# The test needs exclusive use of the VM because support for EC certificates was added on version 2.10. Daemons | ||
# older than that version will fail to parse the certificates, and go on an infinite loop when fetching the goal | ||
# state. | ||
# | ||
name: "KeyvaultCertificates" | ||
tests: | ||
- "keyvault_certificates/keyvault_certificates.py" | ||
images: | ||
- "endorsed" | ||
- "endorsed-arm64" | ||
owns_vm: true |
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