~nicolasbock/+git/hotsos-staging:mutmut

Last commit made on 2022-12-13
Get this branch:
git clone -b mutmut https://git.launchpad.net/~nicolasbock/+git/hotsos-staging

Branch merges

Branch information

Name:
mutmut
Repository:
lp:~nicolasbock/+git/hotsos-staging

Recent commits

dd6224a... by Nicolas Bock

Add testing with `mutmut`

This change adds testing with `mutmut`
<https://mutmut.readthedocs.io/en/latest/> which mutates the code.

Signed-off-by: Nicolas Bock <email address hidden>

3cdad1d... by Edward Hope-Morley

Align unit test implementations

* ensure tests that modify global config restore it
* merge test_checks and test_clihelpers into test_host_helpers
* add yaml test stubs for maas and vault plugin tests

3dc8b88... by Edward Hope-Morley

Convert ost scenario unit tests to yaml

Converts all but one that was hard to convert and also adds some
extra tests.

21eef71... by Jorge Merlino

Add checks for lp#1996230

7211136... by Edward Hope-Morley

Fix tox

Add a gh-test-requirements.txt with tox pinned to < 4.0.0
since anything higher currently breaks pylint.

24a26f1... by Edward Hope-Morley

Fix HKT support in date command

The linux date command does not recognise the HKT
timezone so we supplant it with UTC+8.

d1772e2... by Edward Hope-Morley

Add docstring to kernlog event processing

8a9e2d7... by Edward Hope-Morley

Extend scope of OOM trace regex

The existing regex did not catch messages that used the
format "Memory cgroup out of memory" in kern.log.

b08b3d7... by Edward Hope-Morley

Extend cpu info across plugins

Adds cpu model to kernel summary and cpu related
features to openstack nova summary.

2817b32... by Nicolas Bock

Build snap in GitHub CI

This change builds and stores the snap on amd64 and offers the snap as a
build artifact for download and testing.

Signed-off-by: Nicolas Bock <email address hidden>