diff options
| author | PMR <pmr@pmr-lander> | 2020-04-23 13:58:46 +0000 |
|---|---|---|
| committer | PMR <pmr@pmr-lander> | 2020-04-23 13:58:46 +0000 |
| commit | 5bb77b16f3a4eec58db991e5717b2408f555978a (patch) | |
| tree | 1af49875e0ea302606b80f61271b747acc3cb458 /units/nvdimm | |
| parent | 5a75e501e0b67e53011d392fb2e4efc07bf59f3e (diff) | |
Import plainbox-provider-checkbox_0.53.0.orig.tar.gzupstream-0.53.0patched-0.53.0-1
Diffstat (limited to 'units/nvdimm')
| -rw-r--r-- | units/nvdimm/jobs.pxu | 4 | ||||
| -rw-r--r-- | units/nvdimm/test-plan.pxu | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/units/nvdimm/jobs.pxu b/units/nvdimm/jobs.pxu index 6db1b66..b663e52 100644 --- a/units/nvdimm/jobs.pxu +++ b/units/nvdimm/jobs.pxu @@ -6,6 +6,7 @@ user: root requires: executable.name == "ipmctl" lsb.release >= "18.04" + nvdimm_resource.detected == "true" command: ipmctl show -dimm _summary: Verify that NVDIMMs are discovered @@ -20,7 +21,8 @@ user: root requires: executable.name == "ipmctl" lsb.release >= "18.04" -command: ipmctl show -d CurrentValue,CurrentState -sensor Health + nvdimm_resource.detected == "true" +command: ipmctl show -sensor Health _summary: Report health state of installed NVDIMM devices _description: diff --git a/units/nvdimm/test-plan.pxu b/units/nvdimm/test-plan.pxu index 9951039..601a788 100644 --- a/units/nvdimm/test-plan.pxu +++ b/units/nvdimm/test-plan.pxu @@ -3,5 +3,5 @@ unit: test plan _name: NVDIM Specific Tests _description: NVDIMM related tests include: - nvidmm/info + nvdimm/info nvdimm/health |
