fix(e2e): update cloud activation spec for tls-tunnel implementation#3352
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Cypress cloud activation E2E spec to align with the RPC TLS-tunnel behavior and updated activation output across AMT major versions.
Changes:
- Adjusts
activatecommand flags to use-tls-tunnelfor AMT ≤ 18 and no extra flag for AMT > 18. - Updates activation output assertions to be case-insensitive and to expect different TLS messages for AMT ≥ 19 vs < 19.
- Simplifies deactivate command construction by removing skip-cert flag detection logic.
319cebd to
3da9001
Compare
choonkeat1986
approved these changes
Jun 4, 2026
RosieAMT
pushed a commit
that referenced
this pull request
Jun 4, 2026
## [3.57.11](v3.57.10...v3.57.11) (2026-06-04) ### Bug Fixes * **e2e:** update cloud activation spec for tls-tunnel implementation ([#3352](#3352)) ([3d2f199](3d2f199))
|
🎉 This PR is included in version 3.57.11 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
What are you changing?
Anything the reviewer should know when reviewing this PR?
AMT21-ACM: https://github.com/device-management-toolkit/e2e-testing/actions/runs/26565660967
AMT21-CCM: https://github.com/device-management-toolkit/e2e-testing/actions/runs/26568832158
AMT18-ACM: https://github.com/device-management-toolkit/e2e-testing/actions/runs/26556593783
AMT18-CCM: https://github.com/device-management-toolkit/e2e-testing/actions/runs/26557910417
If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )