avocado-framework-tests / avocado-misc-tests

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

dlpar_main.py: there is a wrong order of params passed to mem_payload_data #2842

Closed shirishaganta1 closed 4 months ago

shirishaganta1 commented 4 months ago

While running test_mem_add passed wrong order of params to mem_payload_data function where it is unable to get the list of memory values to be added.So corrected the orderof passing params

shirishaganta1 commented 4 months ago

# avocado run --max-parallel-tasks=1 dlpar_main.py:DlparTests.test_mem_add -m dlpar_main.py.data/dlpar.yaml JOB ID : ae0037b1fef30441d7aee48a133766c55436530b JOB LOG : /home/avocado-fvt-wrapper/results/job-2024-06-25T10.06-ae0037b/job.log (1/1) dlpar_main.py:DlparTests.test_mem_add;run-config-lpar_mode-dedicated-6026: STARTED (1/1) dlpar_main.py:DlparTests.test_mem_add;run-config-lpar_mode-dedicated-6026: PASS (370.65 s) RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0 JOB HTML : /home/avocado-fvt-wrapper/results/job-2024-06-25T10.06-ae0037b/results.html JOB TIME : 398.63 s

shirishaganta1 commented 4 months ago

debug.log