Actions
tickets #118315
closedtickets #117442: [Regression] Regression test for SLED
tickets #117889: [Regression][PackageKit] Package kit component of regression tests
[Regression][PackageKit] Full packages dependencies check
Start date:
2022-10-12
Due date:
% Done:
0%
Estimated time:
Relevance:
P2
Description
1. Install SLED15 (full installation)
2. Run script to check the packages dependencies:
# for p in $(zypper -q se -t package | awk -F \| 'NR > 3 { print $2 }'); do sudo zypper in -D -ynl "$p" 2>&1 > /dev/null; echo $p:$?; done | tee dry_run_install_all.log
# grep -v ':0' dry_run_install_all.log
- We can't find dependency problems during the dry-run installation
Updated by GraceWang almost 2 years ago
- Status changed from New to Blocked
- Relevance changed from P5 to P2
Failed on build 72.1
https://bugzilla.suse.com/show_bug.cgi?id=1208740 has been filed to track this.
Updated by GraceWang over 1 year ago
- Status changed from Blocked to Rejected
Based on the Wiki https://progress.opensuse.org/projects/qe-workstation/wiki#The-status-of-the-ticket-test-case
Set the status to REJECTED with linked bug id.
Updated by zcjia about 1 year ago
- Copied to tickets #150530: [Regression][PackageKit] Full packages dependencies check added
Actions