Bug 905361
| Summary: | Headpin Nightly : Creating org names with 'NonLatin' characters works ambiguously | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Tazim Kolhar <tkolhar> | ||||
| Component: | katello-configure | Assignee: | Katello Bug Bin <katello-bugs> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | sthirugn <sthirugn> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.3 | CC: | cwelton, sthirugn | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-06-26 20:39:56 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 971511 | ||||||
| Attachments: |
|
||||||
Created attachment 689832 [details]
katello-debug attached
Attached the link to the testNG report http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/qe-headpin/job/official-headpin-cli/35/ReportNG_Report/ The release of Satellite 5.8 we are deprecating the support of Subscription Asset Manager. The release notes for 5.8 can be found at https://access.redhat.com/documentation/en-us/red_hat_satellite/5.8/pdf/release_notes/Red_Hat_Satellite-5.8-Release_Notes-en-US.pdf. I am therefore closing out this bug as WONTFIX. If you believe this to be an error, please feel free tor each out to either Rich Jerrido or Bryan Kearney. Thank you! |
Description of problem: Creating org names with 'NonLatin' characters fails when tried using automation job while works correctly if tried manually Version-Release number of selected component (if applicable): # rpm -qa | grep katello katello-configure-1.3.3-1.git.41.65f1e42.el6.noarch katello-common-1.3.5-1.git.2.ac8ce64.el6.noarch katello-selinux-1.3.1-1.el6.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-cli-1.3.3-1.git.103.b688b4c.el6.noarch katello-cli-common-1.3.3-1.git.103.b688b4c.el6.noarch katello-glue-candlepin-1.3.5-1.git.2.ac8ce64.el6.noarch katello-headpin-1.3.5-1.git.2.ac8ce64.el6.noarch katello-certs-tools-1.1.9-1.el6.noarch katello-headpin-all-1.3.5-1.git.2.ac8ce64.el6.noarch How reproducible: # yum install -y katello-headpin-all # katello-configure --deployment=headpin Steps to Reproduce: 1.# headpin --username *** --password *** org create --name "Орга низация1359448134" --description "" Successfully created org [ Орга низация1359448134 ] 2.When same test is tried using automation it failed ssh root.eng.bos.redhat.com export LANG=en_US && headpin --username "admin" --password "admin" org create --name "Орга низация1359449058" --description "" Stderr: Validation failed: Name cannot contain characters other than alpha numerals, space,'_', '-'. 3. The sample testNG report : - http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/job/official-headpin- cli/35/ReportNG_Report/ Actual results: the result is ambiguous Expected results: both the methods should work correctly (manual as well as automation) Additional info: