Comment 15 for bug 1929597

Revision history for this message
Lucas Albuquerque Medeiros de Moura (lamoura) wrote :

We are now adding all of the tests that were performed using the package in proposed.
There is only one test that is not passing:

Attached FIPS upgrade across LTS releases

On this test we enable FIPS on xenial and then upgrade the machine to bionic. The reason that it is failing is because we enable the propose pocket before doing the do-release-upgrade operation.
We can see on LP: #21551181 that shim-signed never built properly in -proposed.

dist-upgrade removes the shim-signed package and any subsequent reboot got us an UEFI "Access Denied" message on the default boot option because we didn't have the proper secureboot signed bits in place.

Now, if we run that same test with the package on staging ppa (which have the exact same ubuntu-advantage-tools package as the one proposed):
https://launchpad.net/~ua-client/+archive/ubuntu/staging/

We can see that the test pass without an issue. Because of that, we have also added this test output into the other test results.