Skip to content

virtio_fs_share_data_multi_backend: avoid 020 case to nfs testsuites #4296

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion qemu/tests/cfg/virtio_fs_share_data_multi_backend.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@
# generic/531 nfs specific,id1938936
# generic/070 650: due to nfs+virtiofs limitation, skip them if no '--inode_file_handles' specified, id2018072 and id1908490
# generic/451 : due to generic/451 writes a file directly, add it into blacklist in cache=always scenario
generic_blacklist = 'generic/003\ngeneric/120\ngeneric/426\ngeneric/467\ngeneric/477\ngeneric/551\ngeneric/035\ngeneric/531\n'
# generic/020: nfs specific, issue7352
generic_blacklist = 'generic/003\ngeneric/020\ngeneric/120\ngeneric/426\ngeneric/467\ngeneric/477\ngeneric/551\ngeneric/035\ngeneric/531\n'
with_cache.auto.default_extra_parameters.default.with_nfs_source.multi_fs:
generic_blacklist += 'generic/070\ngeneric/650\n'
with_xfstest..with_cache.always:
Expand Down