diff options
author | PMR <pmr@pmr-lander> | 2020-02-07 15:30:03 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-02-07 15:30:03 +0000 |
commit | f402c5dc4a2e516be83533bdd1b2ab0c27925e79 (patch) | |
tree | 3b2d112664001778cfbf6c1acaa1dc30f918d0cf /units/tpm | |
parent | 280117421c8b7625ff112ed90ebfb430cb393692 (diff) | |
parent | 050124acf83a33ed8f1e7a2a934c1f2773657663 (diff) |
Merge #378706 from ~jocave/plainbox-provider-checkbox:tpm-sysfs-deguac
Diffstat (limited to 'units/tpm')
-rw-r--r-- | units/tpm/sysfs.pxu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/units/tpm/sysfs.pxu b/units/tpm/sysfs.pxu index a0c75dd..5db5fe7 100644 --- a/units/tpm/sysfs.pxu +++ b/units/tpm/sysfs.pxu @@ -11,8 +11,8 @@ plugin: resource _summary: Count the number of visible TPM chips in sysfs _description: This job just counts the number of visible TPM chips in as reported by - tpm-sysfs-resource tool. The only resource attribute is 'count' -command: echo "count: $(tpm-sysfs-resource | grep -F 'x-sysfs-device-name' | wc -l)" + tpm_sysfs_resource.py tool. The only resource attribute is 'count' +command: echo "count: $(tpm_sysfs_resource.py | grep -F 'x-sysfs-device-name' | wc -l)" estimated_duration: 2s flags: preserve-locale @@ -24,7 +24,7 @@ _summary: Collect TPM information from sysfs _description: This job collects all the available TPM information from /sys/class/tpm/*/device/*. -command: tpm-sysfs-resource +command: tpm_sysfs_resource.py estimated_duration: 2s flags: preserve-locale # Tie this resource with the has_tpm_chip manifest entry. This way it will @@ -43,7 +43,7 @@ _description: This job collects all the available TPM information from /sys/class/tpm/*/device/*. Distinct files present there are converted to attributes of resource records. -command: tpm-sysfs-resource +command: tpm_sysfs_resource.py estimated_duration: 2s flags: preserve-locale # See note about manifest on the sysfs_tpm job above. @@ -60,7 +60,7 @@ _description: This job collects all the available TPM information from /sys/class/tpm/*/device/*. Distinct files present there are converted to attributes of resource records. -command: tpm-sysfs-resource +command: tpm_sysfs_resource.py estimated_duration: 2s flags: preserve-locale # See note about manifest on the sysfs_tpm job above. |