Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package ppc64-diag is now a part of Appstream not baseOS. #2903

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Krishan-Saraswat
Copy link
Contributor

ppc64-diag is now splitted in two parts, ppc64-diag-rtas as part of baseOS and ppc-64-diag as part of Appstream.

[root@ltcrain8oj-lp7 ras]# avocado run --max-parallel-tasks=1 packages.py
JOB ID : 774721c03c73d98867248051824a9d57d28197a1
JOB LOG : /root/avocado-fvt-wrapper/results/job-2024-10-03T23.38-774721c/job.log
(1/1) packages.py:Package_check.test: STARTED
(1/1) packages.py:Package_check.test: PASS (0.27 s)
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : /root/avocado-fvt-wrapper/results/job-2024-10-03T23.38-774721c/results.html
JOB TIME : 15.67 s

[root@ltcrain8oj-lp7 ras]# rpm -qa ppc64-diag*
ppc64-diag-rtas-2.7.9-7.el10.ppc64le

ppc64-diag is now splitted in two parts, ppc64-diag-rtas as
part of baseOS and ppc-64-diag as part of Appstream.

Signed-off-by: Krishan Gopal Saraswat <[email protected]>
@Naresh-ibm
Copy link
Collaborator

@Krishan-Saraswat we need both packages right?

@@ -27,7 +27,7 @@ def setUp(self):

self.sm = SoftwareManager()
self.packages = self.params.get(
'packages', default=['powerpc-utils', 'ppc64-diag', 'lsvpd'])
'packages', default=['powerpc-utils', 'ppc64-diag-rtas', 'lsvpd'])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Krishan-Saraswat why are we adding the default packages again here?
your hard coding them in yaml. I feel they are needed again as default packages.
Please move them either to .py file as we have other testcases, or take support of yaml file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Krishan-Saraswat if I understand correctly, ppc64-diag split in two package one is ppc64-diag and other is ppc64-diag-rtas and ppc64-diag is no more default package ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this correct this will be applicable only for the latest distro then we should still have support for the old distro

@Naresh-ibm Naresh-ibm self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants