mcgov

Results 13 issues of mcgov

- add get_numa_node_count to fetch how many numa nodes are present in Lscpu - add Free tool memory check and warnings for DPDK tests when allocating hugepages - allocate memory...

- Cleanup use of Redhat/Fedora to point to Fedora - Refactor DPDK_STABLE to a single location for the various uses. Second commit to force update RHEL to latest kernel before...

Currently we can install packages and check their version after installation. It would be better if there was a function exposing apt search and similar options to check the upstream...

enhancement
good first issue

Going through the code I used RedHat in lots of spots where using Fedora instead would have provided better compatibility. Creating an issue to remind myself for later.

Some programs like to be killed with SIGINT rather than SIGKILL, it would be nice to be able to send signals other than kill for some async programs.

This is a pet peeve, we should know the dependencies for an OS platform and version, so why don't we just give the user a setup script to install any...

Fulfilling an ask to be able to test multiple rdma-core versions to allow development and regression tests. Refactors the rdma-core bits into their own own class. Setting rdma_core_source to either...

LISA can throw an error and skip deployment if the environment requirements are not met based on the runbook or test requirements. The current error message is super verbose and...

mana_en drivers should be present in kernels >= 5.15. mana_ib drivers should be present in kernels >= 6.2. Add a test to survey images and check for mana drivers in...

LISA ~~has a bug where it~~ (edited) won't consider mount permissions before placing the working path. This means you'll end with a path where you can maybe read and write...