Description of problem: when logged Version-Release number of selected component (if applicable): satellite-5.4 How reproducible: Steps to Reproduce: 1. prepare satellite 2. activate satellite with some flex entitlement certificate 3. register virtual guest to flex entitled channel 4. using snippet in comment call system.listFlexGuests 5. check results Actual results: returned two channels of same host, where rhn-tools channel has no flex entitlements Expected results: returned corresp. channels, where are some flex entitlements. Additional info:
satellite-schema-5.4.0.13-1 / spacewalk-java-1.2.39-81 I tried the scenario described in the initial comment and the results I got were completely sane. system.listFlexGuests() returns list of channel families and list of system ids consuming flex entitlement from respective channel family pool. system.listEligibleFlexGuests() returns list of channel families and list of system ids eligible to consume flex entitlement from respective channel family pool. I'm closing this w/ worksforme.