-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Tests for DBus Call RegisterWithActivationKeys #3486
base: main
Are you sure you want to change the base?
Integration Tests for DBus Call RegisterWithActivationKeys #3486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR. Overall good, I have only two requests.
@@ -42,7 +42,6 @@ EOF | |||
./integration-tests/scripts/run-local-candlepin.sh | |||
|
|||
# create testing data in local candlepin | |||
./integration-tests/scripts/post-activation-keys.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should not be part of this PR. It is already part of another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I will revert this change .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstavel can you please remove this change from this commit and PR?
7abb8d2
to
8e1ed05
Compare
CCT-1051: reverted a change in test.sh to run post-activation-keys.sh again CCT-1051: added tests for wrong cases CCT-746: use the origin activation keys - presented in a test data
8e1ed05
to
b2ab7ea
Compare
Card-ID: CCT-1051
see https://www.candlepinproject.org/docs/subscription-manager/dbus_objects.html
It is a DBus Method RegisterWithActivationKeys.
This PR covers happy path and wrong path for registering with activation keys.
There can be even wrong organization in a case with activation keys.
The method should provides a useful response when something wrong was used in arguments of the method.