Lines Matching full:peltool
28 [Documentation] Create PEL log using busctl command and verify via peltool.
38 [Documentation] Verify PEL log details via peltool.
47 ${pel_records}= Peltool -l
49 # Example output from 'Peltool -l':
94 ${pel_output}= Peltool -i ${pel_id}
305 # Example of PEL Callout Section from "peltool -i <id>" command.
346 # Example of PEL Callout Section from "peltool -i <id>" command.
399 ${pel_records}= Peltool -l
400 # Example output from 'Peltool -l':
431 Peltool --delete-all parse_json=False
444 ${pel_records}= Peltool -lfh
471 ${pel_records}= Peltool -l
498 ${pel_records}= Peltool -l
597 ${status} ${output}= Run Keyword And Ignore Error Peltool -i ${1st_id}
601 ${status} ${output}= Run Keyword And Ignore Error Peltool -i ${3000th_id}
616 … # Using peltool -lr, recent PELs appear first. Hence the ID of first PEL is greater than the next.
617 ${pel_records}= peltool -lr
636 [Documentation] Verify total PEL count returned by peltool command.
650 # Check PEL log count via peltool command and compare it with actual generated log count.
651 ${pel_records}= peltool -n
657 …Documentation] Verify that information error logs can only be listed using -lfh option of peltool.
664 # Generate informational logs and verify that it would not get listed by peltool's list command.
665 ${pel_records}= peltool -l
669 # Verify that information logs get listed using peltool's list command with -lfh option.
670 ${pel_records}= peltool -lfh
678 [Documentation] Verify that peltool command can delete PEL log based on id.
684 Peltool -d ${id} parse_json=False
685 Run Keyword and Expect Error *PEL not found* Peltool -i ${id}
697 ${pel_output}= Peltool -i ${pel_id}
710 ${pel_records}= Peltool -lfh
714 ${pel_output}= Peltool -i ${pel_id}
794 # Check PEL log count via peltool command and compare it with actual generated log count.
795 ${pel_records}= peltool -n
853 ${pel_output}= Peltool -i ${id}
854 # Example of PEL output from "peltool -i <id>" command.
890 ${pel_records}= Peltool -l
906 ${pel_output}= Peltool -i ${pel_id}
908 # Example of PEL output from "peltool -i <id>" command.