diff options
author | PMR <pmr@pmr-lander> | 2020-04-22 18:10:52 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-04-22 18:10:52 +0000 |
commit | e8a2015692916589014cbf810231a028356fc52e (patch) | |
tree | a39748ce8c2e82c2aad42012f5beffcb84d6efb7 | |
parent | cbec94b0bec6075dff423b23da6939574b6c991f (diff) | |
parent | 214c47450876d25f448676e3f7f6e9a85a76fc71 (diff) |
Merge #382784 from ~bladernr/plainbox-provider-checkbox:1874301-fix-ipmi_test-job-command
Fix ipmi_test job def to call renamed script
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index d722295..95d781e 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -102,7 +102,7 @@ requires: package.name == 'ipmitool' or executable.name == 'ipmitool' cpuinfo.platform != 's390x' user: root -command: ipmi_test +command: ipmi_test.py _summary: Test IPMI in-band communications _description: |