Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvirt-mem: Enable check for test_qemu_cmd #5911

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. libvirt-mem: Enable check for test_qemu_cmd

    The following testcases are failing because because of
    the check for test_qemu_cmd is not added in the script
    1. type_specific.io-github-autotest-libvirt.libvirt_mem.
    positive_test.align_256m.cold_plug:
    FAIL: Qemu command check fail. (205.37 s)
    2. type_specific.io-github-autotest-libvirt.libvirt_mem.
    positive_test.align_256m.hot_plug:
    FAIL: Qemu command check fail. (209.51 s)
    
    In the libvirt_mem.cfg, the following parameter is set to
    no - "test_qemu_cmd = no"
    Hence, the check must be added in all places
    
    Signed-off-by: Misbah Anjum N <[email protected]>
    misanjumn committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    894dac1 View commit details
    Browse the repository at this point in the history