test: PC-13893 Make acceptance test forward compatible #312
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.
Motivation
value
field ofobjective
for Composite SLO is being deprecated. Before the update in can be made, a N9 platform first needs to be updated and new version of SDK needs to be released. To be able to release changes in the platform, e2e tests of the latest released SDK and Terraform Provider need to pass against it.Summary
E2E test assertions will pass with and without changes in N9 platform.
Related changes
nobl9/nobl9-go#551
nobl9/nobl9-go#549
https://github.com/nobl9/n9/pull/15406
#312
#295
Testing
Run
make test/e2e
on both environments containing and not containing https://github.com/nobl9/n9/pull/15406.