-
Story
-
Resolution: Won't Do
-
Undefined
-
None
-
rhel-9.1.0
-
High
-
subs-client-tools
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
All
-
None
-
57,005
Description of problem:
Insights-client doesn't output the same result in legacy and not legacy mode when running --status
Version-Release number of selected component (if applicable):
insights-core v3.0.296
How reproducible:
Always
Steps to Reproduce:
1.Configure insights-client with legacy_upload=True in /etc/insights-client/insights-client.conf
2.Run insights-client --status
3.Configure insights-client with legacy_upload=False in /etc/insights-client/insights-client.conf
4.Run insights-client --status
5.Compare results
Actual results:
- legacy_upload = True
>>> insights-client --status
System is registered locally via .registered file. Registered at 2022-08-31T12:29:02.150601
Insights API says this machine is NOT registered.
- legacy_upload = False
>>> insights-client --status
This host is registered
Expected results:
The output should be the same, both for legacy and no legacy configuration. As a manner to give consistency to insights-client behavior.
- external trackers