
4 Apr
2014
4 Apr
'14
10:02 a.m.
On 04/04/14 06:32, Eric Blake wrote:
The testsuite is absolutely essential to feeling comfortable about swapping the backing chain structure over to a new format. This patch tests the path settings, and demonstrates that right now the code is passing only the canonical name to the child struct, which means more work is necessary in virstoragefile to pass the user spelling alongside the canonical name down to the child.
* tests/virstoragetest.c (testStorageChain): Test path. (mymain): Update expected data.
Signed-off-by: Eric Blake <eblake@redhat.com> --- tests/virstoragetest.c | 239 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 175 insertions(+), 64 deletions(-)
Looks reasonable. ACK. Peter