diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2020-04-22 14:06:04 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2020-04-22 14:06:04 -0400 |
commit | 214c47450876d25f448676e3f7f6e9a85a76fc71 (patch) | |
tree | a39748ce8c2e82c2aad42012f5beffcb84d6efb7 | |
parent | cbec94b0bec6075dff423b23da6939574b6c991f (diff) |
fixed ipmi_test job def to call the right script name lp: #1874301
-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: |