Re: [libvirt] [PATCH v7 14/19] tests: Extend command test to transfer large data to process on multiple fds

2019-07-26 Thread John Ferlan
On 7/25/19 2:22 PM, Stefan Berger wrote: > Add a test case to commandtest.c to test the transfer of data to a > process who received the read-end of pipes' file descriptors. Transfer > large (128 kb) byte streams. > > Extend the commandhelper.c with support for --readfd command line >

[libvirt] [PATCH v7 14/19] tests: Extend command test to transfer large data to process on multiple fds

2019-07-25 Thread Stefan Berger
Add a test case to commandtest.c to test the transfer of data to a process who received the read-end of pipes' file descriptors. Transfer large (128 kb) byte streams. Extend the commandhelper.c with support for --readfd command line parameter and convert the data receive loop to use poll and