Re: [PATCH 1/3] iotests: add filter_qmp_generated_node_ids()

2024-01-17 Thread Kevin Wolf
Am 16.01.2024 um 20:00 hat Stefan Hajnoczi geschrieben: > Add a filter function for QMP responses that contain QEMU's > automatically generated node ids. The ids change between runs and must > be masked in the reference output. > > The next commit will use this new function. > > Signed-off-by:

[PATCH 1/3] iotests: add filter_qmp_generated_node_ids()

2024-01-16 Thread Stefan Hajnoczi
Add a filter function for QMP responses that contain QEMU's automatically generated node ids. The ids change between runs and must be masked in the reference output. The next commit will use this new function. Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/iotests.py | 7 +++ 1 file