From: Satheesh Rajendran <[email protected]> This is version 2 patchset for testing the virsh nodecpustats command and addresses the below github issue
https://github.com/autotest/autotest/issues/524 Satheesh Rajendran (4): client.base_utils.py: to add functions to get uptime and cpu stats tests.virt.virttest.virsh.py: to add virsh_nodecpustats function tests.virt.shared.cfg.subtests.cfg.sample: to add support for virsh_nodecpustats test tests.virt.libvirt.tests.virsh_nodecpustats.py: addition of new test case client/base_utils.py | 32 +++ .../tests/virt/libvirt/tests/virsh_nodecpustats.py | 214 ++++++++++++++++++++ client/tests/virt/shared/cfg/subtests.cfg.sample | 22 ++ client/tests/virt/virttest/virsh.py | 12 + 4 files changed, 280 insertions(+), 0 deletions(-) create mode 100644 client/tests/virt/libvirt/tests/virsh_nodecpustats.py _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
