We have tested (or attempted to test) bug like this when Spacewalk 2.6 was to be released. This is a clone of that bug to get it re-tested on Satellite 5.8.0. In some cases bug can be completely irrelevant (in such cases I suggest to close the bug as NOTABUG), in some cases it might be wise to take the bug as a note that something changed in a given area and we might want to sanity-test that area (and mark the bug as VERIFIED with "SanityOnly" keyword) and in some cases bug might be totally relevant to Satellite. +++ This bug was initially created as a clone of Bug #1357480 +++ I believe the function get_possible_orgs in backend/server/handlers/xmlrpc/registration.py is never called from clients. It used to be called by getPossibleOrgs function which has been removed by commit 867c6219d5ac1e722797f4846f5cbe32900f83a7. I can not find any other invocation of the function in the whole SW repo. If I am right, I believe the function should be removed as it is not used by the supported clients. --- Additional comment from Lukáš Hellebrandt on 2016-07-18 06:21 EDT --- --- Additional comment from Jiří Dostál on 2016-07-18 09:26:16 EDT --- spacewalk.git b7907dfe1d75d90d466b39a1e1b163b0a4ba5f35 --- Additional comment from Lukáš Hellebrandt on 2016-11-11 08:25:19 EST --- Verified with SW nightly from 2016-11-11. There is no getPossibleOrgs function in file /usr/share/rhn/server/handlers/xmlrpc/registration.py . I also can not see any problem caused by its removal in automation.
Verified with sat5.8 compose from 2016-11-21. Used the same steps as in SW.
Commits were reverted because they caused a regression in BZ#1450496.