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

Add case to cover start virtlogd with specified configuration file #5188

Merged

Commits on Dec 12, 2023

  1. Add cases to cover start virtlogd with various config

    VIRT-xx: virtlogd can be started with specified config by configuring VIRTLOGD_ARGS="--config /etc/libvirt/virtlogd-new.conf"
    in  /etc/sysconfig/virtlogd
    
    VIRT-xx: [virtlogd][-t | --timeout] Start virtlogd with --timeout <SECONDS> and without active guests
    
    VIRT-xx: [virtlogd] [Reload] [negative] Virtlogd.service reload failed with invalid configuration
    
    VIRT-xx: [virtlogd][Stop] Stop virtlogd service when guest is running
    
    VIRT-xx: [virtlogd]Check qemu log when guest fails to start due to "qemu process exits" error
    
    VIRT-xx: [virtlogd] Start virtlogd with default max_size and max_backups
    
    VIRT-xx: [virtlogd]Remove the qemu log file when guest is running
    
    VIRT-xx: [virtlogd] [start] [negative] Virtlogd.serivce start failed with invalid configuration
    
    VIRT-xx: [virtlogd] Check opened FDs of qemu log file when guest is running and destroyed
    
    VIRT-xx: [virtlogd] Check qemu log when guest shuts down
    
    VIRT-xx: [virtlogd] Check qemu log when guest starts for the second time
    
    VIRT-xx: [virtlogd]Check the qemu log when save&restore guest.
    
    Signed-off-by: chunfuwen <[email protected]>
    chunfuwen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    712d5c6 View commit details
    Browse the repository at this point in the history