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

Refactor host dmesg verification into a Setuper #3994

Commits on Sep 18, 2024

  1. env_process: Refactor host dmesg verification

    Host dmesg can be checked if the test configuration requires to do so.
    It will be in fact be checked both before and after running the test.
    
    However, that was done directly in the preprocess and postprocess
    functions in virttest.env_process. Write a Setuper subclass that
    implements those in setup/cleanup methods and register the setuper in
    the env_process setup_manager.
    
    Signed-off-by: Beñat Gartzia Arruabarrena <[email protected]>
    bgartzi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2894cc5 View commit details
    Browse the repository at this point in the history