Re: [PATCH v3 05/11] tests/virtio-9p: added readdir test

2020-01-17 Thread Christian Schoenebeck
On Freitag, 17. Januar 2020 16:51:29 CET Greg Kurz wrote: > On Tue, 14 Jan 2020 00:08:51 +0100 > > Christian Schoenebeck wrote: > > The first readdir test simply checks the amount of directory > > entries returned by 9pfs server, according to the created amount > > of virtual files on 9pfs synth

Re: [PATCH v3 05/11] tests/virtio-9p: added readdir test

2020-01-17 Thread Greg Kurz
On Tue, 14 Jan 2020 00:08:51 +0100 Christian Schoenebeck wrote: > The first readdir test simply checks the amount of directory > entries returned by 9pfs server, according to the created amount > of virtual files on 9pfs synth driver side. Then the subsequent > readdir test also checks whether al

[PATCH v3 05/11] tests/virtio-9p: added readdir test

2020-01-13 Thread Christian Schoenebeck
The first readdir test simply checks the amount of directory entries returned by 9pfs server, according to the created amount of virtual files on 9pfs synth driver side. Then the subsequent readdir test also checks whether all directory entries have the expected file names (as created on 9pfs synth