Code review comment for ~ycheng-twn/checkbox-ng:0001_checkbox_cli_show

Revision history for this message
Yuan-Chen Cheng (ycheng-twn) wrote :

sample output for job

$ checkbox-cli show com.canonical.certification::rtc
origin: /usr/share/plainbox-provider-resource-generic/jobs/resource.pxu:282-292
id: com.canonical.certification::rtc
partial_id: rtc
summary: Creates resource info for RTC
plugin: resource
command:
 if [ -e /proc/driver/rtc ]
 then
     echo "state: supported"
 else
     echo "state: unsupported"
 fi
estimated_duration: 0.02

« Back to merge proposal