avocado-framework-tests / avocado-misc-tests

Community maintained Avocado tests repository
Other
22 stars 123 forks source link

perf_hv_gpci.py & perf_24x7_all_events.py: Fix #2901

Closed Tejas3772 closed 1 month ago

Tejas3772 commented 1 month ago

Fix to accomodate event descripter in perf list. On the current RHEL Distro, we have event descriptor along with events and while testing it is taking an event descriptor to test and is throwing an error. Change in the perf list command to remove event descriptors from the list.

Tejas3772 commented 1 month ago

perf_hv_gpci.py

JOB ID     : 84b204671eabc98ffa71bea27277b366be2242b1 JOB LOG    : /root/avocado-fvt-wrapper/results/job-2024-09-24T10.04-84b2046/job.log  (1/1) perf/perf_hv_gpci.py:perf_hv_gpci.test_gpci_events: STARTED  (1/1) perf/perf_hv_gpci.py:perf_hv_gpci.test_gpci_events: PASS (7.53 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-09-24T10.04-84b2046/results.html JOB TIME   : 23.72 s

perf_24x7_all_events.py

JOB ID : 4af32093a759979443c2ea41ed11683d2baa201a JOB LOG : /root/avocado-fvt-wrapper/results/job-2024-09-24T11.34-4af3209/job.log (1/1) perf/perf_24x7_all_events.py:hv_24x7_all_events.test_all_events: STARTED (1/1) perf/perf_24x7_all_events.py:hv_24x7_all_events.test_all_events: PASS (4005.10 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-09-24T11.34-4af3209/results.html JOB TIME : 4021.86 s perf_24x7_all_events.log perf_hv_gpci.log

PraveenPenguin commented 1 month ago

@disgoel can you please review this