Comment 12 for bug 1910835

Revision history for this message
Dan Watkins (oddbloke) wrote :

I've just attached the output of our verification testing runs for each series.

Each series exhibits two test failures, neither of which is material to the change in question (and both of which reproduce against the cloud-init currently in the archive).

`test_datasource_rbx_no_stacktrace` is testing a non-Azure datasource but doesn't include the appropriate marks to exclude it from an Azure test run. As such, it's an expected failure (which we will fix upstream: https://bugs.launchpad.net/cloud-init/+bug/1911230).

`TestSeedRandomData.test_seed_random_data` is implemented incorrectly for Azure. `cc_seed_random` behaves differently on platforms which provide random data to cloud-init (such as Azure), and that is not taken into account in the test code (or described in the documentation). https://bugs.launchpad.net/cloud-init/+bug/1911227 captures addressing the documentation and test issue.

Given that all other tests pass, including the one for this bug, I consider verification of these cloud-init SRUs to be complete.