Bug 624816
| Summary: | Quantity of -1 should be shown as "Unlimited" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Bryan Kearney <bkearney> |
| Component: | subscription-manager | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED ERRATA | QA Contact: | wes hayutin <whayutin> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | jesusr, jsefler, shaines |
| Target Milestone: | rc | Keywords: | RHELNAK |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 13:42:09 UTC | Type: | --- |
| 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: | 568421 | ||
|
Description
Bryan Kearney
2010-08-17 20:33:02 UTC
This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** hrm.. it looks like our automated test runs are currently skipping over the RH-Personal test cases currently due to bug. https://bugzilla.redhat.com/show_bug.cgi?id=624423 Our automated test runs would catch this particular bug by executing the tests here: http://hudson-qe.rhq.rdu.redhat.com:8080/view/Entitlement/job/subscription-manager-cli%20(OnPremises)/177/TestNG_Report/? log.info("Now client2 (already registered as a system under username '"+clientusername+"') should now have RHEL Personal Bits available with unlimited quantity..."); List<SubscriptionPool> client2AfterSubscriptionPools = client2tasks.getCurrentlyAvailableSubscriptionPools(); SubscriptionPool rhelPersonalBitsPool = client2tasks.findSubscriptionPoolWithMatchingFieldFromList("subscriptionName",rhelPersonalBitsProductName,client2AfterSubscriptionPools); Assert.assertTrue(rhelPersonalBitsPool!=null,rhelPersonalBitsProductName+" is now available to client2 system '"+client2.getConnection().getHostname()+"' registered under user '"+clientusername+"'."); Assert.assertEquals(rhelPersonalBitsPool.quantity.toLowerCase(),"unlimited","An unlimited quantity of entitlements is available to "+rhelPersonalBitsProductName+"."); This failure is being caught by our nightly automated test runs: http://hudson-qe.rhq.rdu.redhat.com:8080/view/Entitlement/job/subscription-manager-cli%20%28OnPremises%29/185/TestNG_Report/? unlimited field no longer available in call. client needed to check quantity = -1 and show unlimited. Fixed by commit: 4fec1f70d7b0362cb2df5327cb0408a103c72eaf ssh root.redhat.com subscription-manager-cli list --available Stdout: +-------------------------------------------+ Available Subscriptions +-------------------------------------------+ ProductName: RHEL Personal Bits ProductId: 1144 PoolId: 14 Quantity: unlimited Expires: 2011-09-06 QA Verified by automation: http://hudson-qe.rhq.rdu.redhat.com:8080/view/Entitlement/job/subscription-manager-cli%20(OnPremises)/205/ An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0611.html |