[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/5] tests/9pfs: Code refactoring
From: |
Greg Kurz |
Subject: |
[PATCH v2 0/5] tests/9pfs: Code refactoring |
Date: |
Tue, 20 Oct 2020 18:09:07 +0200 |
User-agent: |
StGit/0.21 |
Some code refactoring to have a clear distinction between top level
test functions and helper functions.
v2: - use "do_" prefix instead of "do_fs_"
---
Greg Kurz (5):
tests/9pfs: Factor out do_version() helper
tests/9pfs: Turn fs_readdir_split() into a helper
tests/9pfs: Set alloc in fs_create_dir()
tests/9pfs: Factor out do_attach() helper
tests/9pfs: Turn fs_mkdir() into a helper
tests/qtest/virtio-9p-test.c | 62 +++++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 28 deletions(-)
--
Greg
- [PATCH v2 0/5] tests/9pfs: Code refactoring,
Greg Kurz <=
- [PATCH v2 1/5] tests/9pfs: Factor out do_version() helper, Greg Kurz, 2020/10/20
- [PATCH v2 2/5] tests/9pfs: Turn fs_readdir_split() into a helper, Greg Kurz, 2020/10/20
- [PATCH v2 3/5] tests/9pfs: Set alloc in fs_create_dir(), Greg Kurz, 2020/10/20
- [PATCH v2 4/5] tests/9pfs: Factor out do_attach() helper, Greg Kurz, 2020/10/20
- [PATCH v2 5/5] tests/9pfs: Turn fs_mkdir() into a helper, Greg Kurz, 2020/10/20
- Re: [PATCH v2 0/5] tests/9pfs: Code refactoring, Christian Schoenebeck, 2020/10/20