[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 08/12] tests/9pfs: change qtest name prefix to synth
From: |
Greg Kurz |
Subject: |
Re: [PATCH v4 08/12] tests/9pfs: change qtest name prefix to synth |
Date: |
Wed, 14 Oct 2020 21:38:16 +0200 |
On Wed, 14 Oct 2020 17:25:35 +0200
Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:
> On Donnerstag, 8. Oktober 2020 20:34:56 CEST Christian Schoenebeck wrote:
> > All existing 9pfs test cases are using the 'synth' fs driver so far, which
> > means they are not accessing real files, but a purely simulated (in RAM
> > only) file system.
> >
> > Let's make this clear by changing the prefix of the individual qtest case
> > names from 'fs/' to 'synth/'. That way they'll be easily distinguishable
> > from upcoming new 9pfs test cases supposed to be using a different fs
> > driver.
> >
> > Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > ---
> > tests/qtest/virtio-9p-test.c | 28 ++++++++++++++--------------
> > 1 file changed, 14 insertions(+), 14 deletions(-)
>
> Queued patches 8 .. 12 on 9p.next:
>
> https://github.com/cschoenebeck/qemu/commits/9p.next
>
Hi Chistian,
I could only have a quick glimpse at the patches and LGTM.
Thanks for taking care.
Cheers,
--
Greg
> Best regards,
> Christian Schoenebeck
>
>
- [PATCH v4 00/12] 9pfs: add tests using local fs driver, Christian Schoenebeck, 2020/10/08
- [PATCH v4 01/12] libqos/qgraph: add qemu_name to QOSGraphNode, Christian Schoenebeck, 2020/10/08
- [PATCH v4 02/12] libqos/qgraph: add qos_node_create_driver_named(), Christian Schoenebeck, 2020/10/08
- [PATCH v4 03/12] libqos/qgraph_internal: add qos_printf() and qos_printf_literal(), Christian Schoenebeck, 2020/10/08
- [PATCH v4 04/12] libqos/qgraph: add qos_dump_graph(), Christian Schoenebeck, 2020/10/08
- [PATCH v4 05/12] tests/qtest/qos-test: dump qos graph if verbose, Christian Schoenebeck, 2020/10/08
- [PATCH v4 06/12] tests/qtest/qos-test: dump environment variables if verbose, Christian Schoenebeck, 2020/10/08
- [PATCH v4 07/12] tests/qtest/qos-test: dump QEMU command if verbose, Christian Schoenebeck, 2020/10/08
- [PATCH v4 08/12] tests/9pfs: change qtest name prefix to synth, Christian Schoenebeck, 2020/10/08
- [PATCH v4 09/12] tests/9pfs: introduce local tests, Christian Schoenebeck, 2020/10/08
- [PATCH v4 12/12] tests/9pfs: add local Tmkdir test, Christian Schoenebeck, 2020/10/08
- [PATCH v4 11/12] tests/9pfs: add virtio_9p_test_path(), Christian Schoenebeck, 2020/10/08
- [PATCH v4 10/12] tests/9pfs: wipe local 9pfs test directory, Christian Schoenebeck, 2020/10/08