Bug 1666632

Summary: Hammer CV export prints new line character in error message instead on implementing it
Product: Red Hat Satellite Reporter: Jitendra Yejare <jyejare>
Component: Inter Satellite SyncAssignee: Chris Roberts <chrobert>
Status: CLOSED ERRATA QA Contact: Jitendra Yejare <jyejare>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.5.0Keywords: Triaged
Target Milestone: 6.5.0   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
URL: https://projects.theforeman.org/issues/25861
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-14 12:39:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jitendra Yejare 2019-01-16 08:58:08 UTC
Description of problem:
Hammer CV export prints/STDOUT the name of repositories that are required to set there download policies to 'immediate' and resynced. But the name of repositories is printed with /n(newline) character.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Create two repositories with on-demand policy and sync
2. Create a CV with the above repositories and publish
3. Export the CV version published above and in some directory

Actual results:
The export fails with repositories name concatenated with /n(newline character)
# hammer content-view version export --export-dir /var/lib/pulp/katello-export/ --id 175
Could not export the content view:
  Error: All exported repositories must be set to an immediate download policy and re-synced.
  The following repositories need action:
    Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server\nRed Hat Enterprise Linux 7 Server Kickstart x86_64 7.6

Expected results:
1. The export should fail with each repository name on new line.
2. The /n(newline) character should not be printed in error message.

Additional info:

Comment 4 Jitendra Yejare 2019-01-25 09:01:00 UTC
Verified!

@Satellite 6.5 snap 12

Steps:
1. Created two repositories with on-demand policy and sync
2. Created a CV with the above repositories and published
3. Attempt to export the CV version published above


Behavior (As expected):
The repositories names are in error are separated correctly and by the comma:

# hammer content-view version export --id 7 --export-dir /var/lib/pulp/katello-export/
Could not export the content view:
  Error: All exported repositories must be set to an immediate download policy and re-synced.
  The following repositories need action:
    Red Hat Satellite 6.2 for RHEL 6 Server RPMs x86_64, Red Hat Satellite 6.3 for RHEL 7 Server RPMs x86_64

Comment 6 errata-xmlrpc 2019-05-14 12:39:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2019:1222