canonical / checkbox

Checkbox is a testing framework used to validate device compatibility with Ubuntu Linux. It’s the testing tool developed for the purposes of the Ubuntu Certification program.
https://checkbox.readthedocs.io
GNU General Public License v3.0
33 stars 50 forks source link

Missing pm-graph pkg in 24.04 noble, and stress/s2idle_pm-graph_30 stress/s3_pm-graph_30 will be skipped. #1463

Closed seankingyang closed 1 month ago

seankingyang commented 2 months ago

Bug Description

There is no pm-grah deb pkg in 24.04 noble, andi it will make test job: stress/s2idle_pm-graph_30 stress/s3_pm-graph_30 to be skipped ( Skipped Submission).

Please help to build the pm-graph deb pkg in noble series, or this test case (pm_graph) test case should be removed in 24.04.

ubuntu@localhost:~$ sudo apt policy pm-graph
pm-graph:
  Installed: (none)
  Candidate: (none)
  Version table:
ubuntu@localhost:~$ ubuntu-report | grep Version
  "Version": "24.04",

To Reproduce

  1. Install 2404 desktop image
  2. install checkbox dev version
  3. checkbox-cli run com.canonical.certification::stress/s2idle_pm-graph_30

Environment

Relevant log output

No response

Additional context

No response

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1559.

This message was autogenerated

Hook25 commented 1 month ago

I have imported the new pmgraph version in all ppas, please check that this did fix the issue

seankingyang commented 1 month ago

The pm-graph pkg can be found in 24.04, and it will be installed once installed the checkbox.

ubuntu@ubuntu:~$ sudo apt policy pm-graph 
pm-graph:
  Installed: 5.8-1+202409262109+9190832~ubuntu24.04.1
  Candidate: 5.8-1+202409262109+9190832~ubuntu24.04.1
  Version table:
 *** 5.8-1+202409262109+9190832~ubuntu24.04.1 500
        500 https://ppa.launchpadcontent.net/checkbox-dev/beta/ubuntu noble/main amd64 Packages
        100 /var/lib/dpkg/status

Mark this issue closed~~