Mario Casquero

Results 19 issues of Mario Casquero

rh_kselftests_vm: kernel selftests execution in guest Creates a new test case that executes the kernel selftests inside the VM through the RPM that has been previously downloaded and installed. Could...

virtio_mem_hugetlb_migration: adds new test case Creates a new test case for performing a live migration of a VM with a virtio-mem device that consumes hugepages Signed-off-by: mcasquer ID: 2653

The examples code block from spec/plans/main.fmf is being wrongly inherited by some of the specs. Adding new examples blocks to avoid this problem. Pull Request Checklist * [ ] implement...

Creates the pidfile at an accessible location for every user, this way the manage pidfile warning is avoided. Pull Request Checklist * [x] implement the feature * [ ] write...

New function that raises a failure if the size of the environment file, if this one exists, is zero. Pull Request Checklist * [x] implement the feature * [x] extend...

command | lint
status | need tests

disk_utils: new functions provider Creates a new file containing a set of functions useful for managing disks and filesystems in guest environments Signed-off-by: mcasquer ID: 3118

Depends on https://github.com/autotest/tp-qemu/pull/4219 block_disk_not_default_options: creates new test case Creates a new test case that boots up a VM with a disk configured with non-common options such as packed or page-per-vq....

hugepage_reset: fix memory comparison The comparison between the memory needed by the test and the free memory from each node was incorrect. Keep the HugePageConfig setup() function to properly set...

netperf: implements dynamic NUMA binding The test was taking the last NUMA node to bind the VM's memory. In some systems the last NUMA node could have no memory and/or...