While checking where we use rpm_manifest, I have found out that we actually never use srpm_nevra and data["srpm_nevra"] we generate here, so that's why removed in this PR.
rpm_manifest
srpm_nevra
data["srpm_nevra"]
That's how LB returns rpm_manifest now, so I'm just adding this list everywhere in test_lightblue.py.
test_lightblue.py
Jus to explain - this is because the manifest is just a projection of query from different entity
Technically you really could just do image["rpm_manifest"][0] because there really should be only one. And if there would be more they better be identical :-)
rebased onto bb5975ea67a583b61cc9f214e2a7a939dab0f048
rebased onto f9a35140361747935dea32f95fb30f82ff04639e
:thumbsup:
Pull-Request has been merged by jkaluza