-
Notifications
You must be signed in to change notification settings - Fork 18
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
test: Added tests for rhc status #115
Conversation
24b90ad
to
3229361
Compare
8b14e98
to
ecc0a3a
Compare
3f904b5
to
c29aa0d
Compare
c29aa0d
to
3b6efb6
Compare
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 the PR 👍 . I have few comments and proposals.
914565f
to
a4c60fe
Compare
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.
Generally good! I have a few questions (see inline)...
b6a13c2
to
a45046a
Compare
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.
Approved pending discussion on cct-525
/packit build |
It seems that merging this PR is still blocked by some issue in insights-client on Fedora. |
insights-client is having some non-related problems on latest python: https://issues.redhat.com/browse/RHINENG-11283 |
OK, then it would be good to skip failing test on Fedora ATM using e.g. |
a45046a
to
caf6159
Compare
/packit build |
caf6159
to
48173df
Compare
@jirihnidek the problem with fedora build is resolved with insights-core fix! RedHatInsights/insights-core#4154 |
4- restart yggdrasil service via systemctl | ||
expected_results: | ||
1- Yggdrasil service should be restarted successfully and set in active state | ||
""" |
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 is actually test of yggdrasil and I'm not sure if it is good to have it here, because when yggdrasil could not be restarted on e.g. disconnected system, then we will not be able to fix it in this repository.
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.
LGTM, I would also add some test for --format json
, but we can add it in the future in another PR.
dd0e0ed
to
1d0df0a
Compare
/packit build |
/packit test |
1d0df0a
to
3132c65
Compare
/packit build |
3132c65
to
a0acf09
Compare
yes we will increase the test coverage to have this tests in another PR. |
One test currently fails due to known issue :https://issues.redhat.com/browse/CCT-525