-
Notifications
You must be signed in to change notification settings - Fork 86
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
[RHELC-1397] Always save conversion facts file #1102
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1102 +/- ##
==========================================
- Coverage 94.89% 94.84% -0.06%
==========================================
Files 49 49
Lines 4549 4541 -8
Branches 809 806 -3
==========================================
- Hits 4317 4307 -10
- Misses 156 158 +2
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Haven't tested it locally, but it looks good!
/packit test --labels tier0 |
1 similar comment
/packit test --labels tier0 |
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.
@sideangleside mentioned that what we do is not telemetry.
tests/integration/tier0/non-destructive/basic-sanity-checks/test_basic_sanity_checks.py
Outdated
Show resolved
Hide resolved
.../non-destructive/single-yum-transaction-validation/test_single_yum_transaction_validation.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Michal Bocek <mbocek@redhat.com>
/packit test --labels tier0 |
* Always save conversion facts. * Remove unit tests related to disabling telemetry. * Remove disabled telemetry checks from integration tests. * Apply suggestions from code review Co-authored-by: Michal Bocek <mbocek@redhat.com> --------- Co-authored-by: Michal Bocek <mbocek@redhat.com>
loggerinst.info("Skipping, telemetry disabled.") | ||
"""Print information about data collection and ask for acknowledgement.""" | ||
loggerinst.info( | ||
"The convert2rhel utility generates a /etc/rhsm/facts/convert2rhel.fact file that contains the below data" |
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.
The path is wrong. Fixed in #1183.
Always create the conversion facts file.
This change removes the
CONVERT2RHEL_DISABLE_TELEMETRY
environment variable.Jira Issues: RHELC-1397
Checklist
[RHELC-]
is part of the PR titleRelease Pending
if relevant