-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
Conversions-Phase 3
-
None
We have a conversion experience test failure where GPG key is not the same before and after the conversion.
The test steps are:
- Register the system to the insights
- Create a custom /etc/yum.repos.d/convert2rhel.repo and modify the /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release (saving the original).
- Check that the host is visible as CentOS in the UI
- Run pre-conversion analysis task.
- Verify that the analysis did not find any issues.
- Check that the /etc/yum.repos.d/convert2rhel.repo is the same as before running the task, the modified one.
- Check that the GPG key is the same as before running the task, the modified one.
- Run conversion task and observe the same behavior.
- Check that convert2rhel.repo and GPG key files got replaced.
The test is failing in the 9th step when checking the key block. We check that the after-conversion key block should be the same as the key block we saved at the step 2. I attach both files. RPM-GPG-KEY-redhat-release.original is the original GPG key before any task and RPM-GPG-KEY-redhat-release.after is the file after the conversion. The GPG checksums are different.