Project

General

Profile

Actions

tickets #118315

closed

tickets #117442: [Regression] Regression test for SLED

tickets #117889: [Regression][PackageKit] Package kit component of regression tests

[Regression][PackageKit] Full packages dependencies check

Added by zcjia over 1 year ago. Updated 9 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
not_automated
Target version:
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

  1. We can't find dependency problems during the dry-run installation

Related issues 1 (1 open0 closed)

Copied to QE-Workstation - tickets #150530: [Regression][PackageKit] Full packages dependencies checkNewzcjia2022-10-12

Actions
Actions

Also available in: Atom PDF