SRU verification¶
SRU verification is part of the QA process for an SRU, and is required for each bug associated with the SRU.
Perform the test plan¶
Access your testing environment (virtual machine, container, etc.).
Install the new package from
-proposed:
sudo apt install -t <series>-proposed <package>
Confirm that the version from
-proposedis now installed:
apt policy <package>
Perform the test plan described in the
[Test Plan]section of the bug description.