Comment 0 for bug 2044181

Revision history for this message
Mitch Burton (mitchburton) wrote :

[ Impact ]

The landscape-client package has not been running its test suite during build for some time, so we have no assurance that the version being built is functional. Getting the tests to run will give us confidence that any applied patches (and tests added by patches) actually address the issues they target and do not introduce regressions.

[ Test Plan ]

Build the landscape-client package: dpkg-buildpackage -us -uc
Ensure the test suite runs and passes: build output should contain "PASSED (skips=\d, successes=\d+)"

[ Where problems could occur ]

Enabling the tests may require additional changes to build-depends or other build steps. These could require further changes that could be more impactful than just enabling the tests.