~rgildein/charm-hw-health:bug1983398

Last commit made on 2022-08-18
Get this branch:
git clone -b bug1983398 https://git.launchpad.net/~rgildein/charm-hw-health
Only Robert Gildein can upload to this branch. If you are Robert Gildein please log in for upload directions.

Branch merges

Branch information

Name:
bug1983398
Repository:
lp:~rgildein/charm-hw-health

Recent commits

eea5458... by Robert Gildein

reformat code with black

7468d27... by Robert Gildein

Update pytest fixtures and fix deployment

- update to pytest_asyncio.fixture
- fix deploy_app

fixes: #1983398

7ad5c66... by Robert Gildein

reformat code with black and fix lint tests

fixes: #1986661

Reviewed-on: https://code.launchpad.net/~rgildein/charm-hw-health/+git/charm-hw-health/+merge/428401
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Martin Kalcok <email address hidden>

97e2d4b... by Robert Gildein

mock layers packages

- mock `charms.apt`
- mock `charms.layer`
- fix lint tests
- update Makefile to run unit tests in source, without build

fixes: #1986655

Reviewed-on: https://code.launchpad.net/~rgildein/charm-hw-health/+git/charm-hw-health/+merge/428398
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Martin Kalcok <email address hidden>

b5e9329... by Robert Gildein

mock layers packages

- mock `charms.apt`
- mock `charms.layer`
- update Makefile to run unit tests in source, without build

fixes: #1986655

277f74c... by Robert Gildein

reformat code with black and fix lint tests

fixes: #1986661

a51a6cb... by Vern Hart

Properly handle return code of megacli cronjob Fixes LP: #1978896

Reviewed-on: https://code.launchpad.net/~vern/charm-hw-health/+git/charm-hw-health/+merge/424914
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Garrett Thompson <email address hidden>

73bc36a... by Vern Hart

Properly handle return code of megacli cronjob Fixes LP: #1978896

0b91633... by Martin Kalcok

Use '--refresh' flag when running 'ilorest list'

ilorest utility version 3.0 and above has option
'--refresh' that forces it to reload actual data
from ilo instead of using cached values.

Reviewed-on: https://code.launchpad.net/~martin-kalcok/charm-hw-health/+git/charm-hw-health/+merge/423767
Reviewed-by: Giuseppe Petralia <email address hidden>
Reviewed-by: Alvaro Uria <email address hidden>

e2aa8ea... by Martin Kalcok

simplify ilorest command generation