~afreiberger/charm-hw-health:bug/1838457-refactor
Last commit made on
2020-08-07
- Get this branch:
-
git clone
-b bug/1838457-refactor
https://git.not.enabled/~afreiberger/charm-hw-health
Only
Drew Freiberger
can upload to this branch. If you are
Drew Freiberger
please log in for upload directions.
Branch merges
Propose for merging
Superseded
for merging
into
charm-hw-health:master
- Drew Freiberger (community): Needs Resubmitting
- Xav Paice: Pending requested
-
Diff: 24810 lines (+23252/-347)56 files modified.gitignore (+0/-2)
Makefile (+18/-14)
src/README.md (+1/-2)
src/files/common/check_hw_health_cron_output.py (+78/-0)
src/files/common/hw_health_lib.py (+263/-0)
src/files/hplog/cron_hplog.py (+304/-0)
src/files/ilorest/check_ilorest.py (+74/-0)
src/files/ilorest/cron_ilorest.py (+146/-0)
src/files/mdadm/check_mdadm.py (+31/-6)
src/files/mdadm/cron_mdadm.py (+36/-10)
src/files/megacli/check_megacli.py (+38/-8)
src/files/megacli/cron_megacli.sh (+13/-2)
src/files/nvme/check_nvme.py (+18/-1)
src/files/sas2ircu/check_sas2ircu.py (+28/-4)
src/files/sas2ircu/cron_sas2ircu.sh (+13/-2)
src/files/sas3ircu/check_sas3ircu.py (+32/-7)
src/files/sas3ircu/cron_sas3ircu.sh (+13/-2)
src/files/ssacli/cron_ssacli.py (+178/-0)
src/lib/hwhealth/discovery/lshw.py (+48/-29)
src/lib/hwhealth/discovery/supported_vendors.py (+17/-5)
src/lib/hwhealth/hwdiscovery.py (+55/-22)
src/lib/hwhealth/tools.py (+317/-70)
src/metadata.yaml (+1/-0)
src/reactive/hw_health.py (+31/-3)
src/tests/expected/lshw.py (+1917/-0)
src/tests/functional/requirements.txt (+1/-0)
src/tests/functional/test_hwhealth.py (+145/-60)
src/tests/hw-health-samples/cron_outputs/hplog.out.ok (+1/-0)
src/tests/hw-health-samples/cron_outputs/ipmi_sensors.out.critical (+1/-0)
src/tests/hw-health-samples/cron_outputs/ssacli.out.ok (+1/-0)
src/tests/hw-health-samples/hplog.f.ewah.out (+6/-0)
src/tests/hw-health-samples/hplog.p.ewah.out (+6/-0)
src/tests/hw-health-samples/hplog.t.ewah.out (+20/-0)
src/tests/hw-health-samples/hplog.v.ewah.out (+60/-0)
src/tests/hw-health-samples/ilorest.list.Chassis (+138/-0)
src/tests/hw-health-samples/ilorest.list.HpeSmartStorage (+452/-0)
src/tests/hw-health-samples/ilorest.list.Memory (+1376/-0)
src/tests/hw-health-samples/ilorest.list.Power (+7929/-0)
src/tests/hw-health-samples/ilorest.list.Processor (+286/-0)
src/tests/hw-health-samples/ilorest.list.Thermal (+1513/-0)
src/tests/hw-health-samples/lshw.hpe.nonvme.json (+7359/-0)
src/tests/hw-health-samples/ssacli.array.status.faileddrive.out (+7/-0)
src/tests/hw-health-samples/ssacli.array.status.ok.out (+6/-0)
src/tests/hw-health-samples/ssacli.ctrl.status.failedbattery.out (+7/-0)
src/tests/unit/requirements.txt (+4/-0)
src/tests/unit/test_actions.py (+3/-1)
src/tests/unit/test_check_mdadm.py (+14/-7)
src/tests/unit/test_check_megacli.py (+10/-3)
src/tests/unit/test_check_sas2ircu.py (+1/-1)
src/tests/unit/test_cron_hplog.py (+37/-0)
src/tests/unit/test_cron_ilorest.py (+24/-0)
src/tests/unit/test_cron_mdadm.py (+10/-5)
src/tests/unit/test_cron_ssacli.py (+33/-0)
src/tests/unit/test_hwdiscovery.py (+64/-75)
src/tests/unit/test_lshw.py (+61/-0)
src/tox.ini (+7/-6)
Branch information
- Name:
- bug/1838457-refactor
- Repository:
- lp:~afreiberger/charm-hw-health
Recent commits
There was an error while fetching commit information from code hosting service. Please try again in a few minutes. If the problem persists, contact Launchpad support.