Re: [PATCH v2 3/8] tests/9pfs: add local Tlcreate test

2020-10-22 Thread Christian Schoenebeck
On Donnerstag, 22. Oktober 2020 10:51:46 CEST Greg Kurz wrote: > On Wed, 21 Oct 2020 14:25:33 +0200 > > Christian Schoenebeck wrote: > > This test case uses a Tlcreate 9p request to create a regular file inside > > host's test directory. > > > > Signed-off-by: Christian Schoenebeck > > --- >

Re: [PATCH v2 3/8] tests/9pfs: add local Tlcreate test

2020-10-22 Thread Greg Kurz
On Wed, 21 Oct 2020 14:25:33 +0200 Christian Schoenebeck wrote: > This test case uses a Tlcreate 9p request to create a regular file inside > host's test directory. > > Signed-off-by: Christian Schoenebeck > --- Just one remark, see below. Reviewed-by: Greg Kurz >

[PATCH v2 3/8] tests/9pfs: add local Tlcreate test

2020-10-21 Thread Christian Schoenebeck
This test case uses a Tlcreate 9p request to create a regular file inside host's test directory. Signed-off-by: Christian Schoenebeck --- tests/qtest/virtio-9p-test.c | 77 1 file changed, 77 insertions(+) diff --git a/tests/qtest/virtio-9p-test.c