Re: [PATCH 3/3] tests/acceptance/machine_s390_ccw_virtio: Test the virtio-balloon device

2020-12-11 Thread Wainer dos Santos Moschetta
On 12/11/20 2:31 PM, Thomas Huth wrote: Inflate the balloon and check whether the size of the memory changes. Yeah, because a true balloon should inflate :D Signed-off-by: Thomas Huth --- tests/acceptance/machine_s390_ccw_virtio.py | 12 +++- 1 file changed, 11 insertions(+), 1

[PATCH 3/3] tests/acceptance/machine_s390_ccw_virtio: Test the virtio-balloon device

2020-12-11 Thread Thomas Huth
Inflate the balloon and check whether the size of the memory changes. Signed-off-by: Thomas Huth --- tests/acceptance/machine_s390_ccw_virtio.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/machine_s390_ccw_virtio.py