~dmzoneill/charm-hw-health:fix-innocuous-make-rule

Last commit made on 2020-09-21
Get this branch:
git clone -b fix-innocuous-make-rule https://git.launchpad.net/~dmzoneill/charm-hw-health
Only David O Neill can upload to this branch. If you are David O Neill please log in for upload directions.

Branch merges

Branch information

Name:
fix-innocuous-make-rule
Repository:
lp:~dmzoneill/charm-hw-health

Recent commits

b1caca2... by Facundo Ciccioli

As it was, the ifeq was always going to evaluate to false

The use of wildcard is mandatory to produce the desired effect of
checking the existance of a file.

27fac68... by Xav Paice

Merge branch 'remove-check-ilorest.py'

cc1f497... by Drew Freiberger

Remove extraneous debug print from test_cron_ilorest.py unit test.

fbeb27e... by Drew Freiberger

Extra Linting completed for 20.08 charm release

55756c1... by Drew Freiberger

Check issubclass() instead of isinstance() in cls.is_series_supported()

9e38254... by Xav Paice

Updated ilorest json parsing code to find bad status in more places.

Add unit tests for cron_ilorest to ensure detection of errors

5bab06c... by Paul Goins

Fixed PATH-related issue which broke cron_ilorest.py

Since /usr/sbin/ is not on the PATH via cron, call ilorest as
/usr/sbin/ilorest.

(Thanks Drew for the idea!)

f7d0294... by Paul Goins

Removing now-unused check file to avoid confusion

bd8b1c2... by Xav Paice

Change the ilorest output file name

To make the output of cron_ilorest.py consistent with other scripts, and
compatible with the nrpe check which templates the filename as
toolname.out, this changes the ilorest output name from ilorest.nagios
to ilorest.out.

2602e4f... by Paul Goins

Merge branch 'wait-for-vendor-apt-fix' into merge-test