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

virtual_disks: stabilize tests that check a new disk was added #5060

Merged
merged 1 commit into from
Sep 6, 2023

Commits on Aug 2, 2023

  1. virtual_disks: stabilize tests that check a new disk was added

    Partition names under /cat/partitions might change
    between boots, causing tests to fail in those cases.
    
    Use instead information under /dev/disk/by-path.
    
    Note, that pci disks might be listed twice, e.g.
    
    'virtio-pci-0000:04:00.0-part1' and 'pci-0000:04:00.0-part1'.
    
    Furthermore,
    
    virtual_disk_ndb: remove unused parameter
    
    startupPolicy: disable floppy, sata - not available on s390x
    
    Signed-off-by: Sebastian Mitterle <[email protected]>
    smitterl committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f458119 View commit details
    Browse the repository at this point in the history