integration tests for register with activation keys and environments #3487
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.
Card-ID: CCT-1051
A DBus API provides a way to specify environment when using activation keys to register a system.
This PR provides integration tests to verify the way.
I've fixed a file 'integration-tests/README.md' - there were wrong activation keys specified.
It will be necessary to merge the fix into previous PR's that has something to do with activation keys.
A test:
Given a DBus Call RegisterWithActivationKeys is used to register a system
and the system is unregistered
When an argument 'environments' is filled with the proper environments
Then the application registers the system
and the environments are active property of a system identity.
Another test verifies a case when nonexisting environment is used for registration.