From 7edf43c84a0a11be20deadbde446ccec9ad0f57d Mon Sep 17 00:00:00 2001 From: Yanqiu Zhang Date: Mon, 2 Sep 2024 04:26:38 -0400 Subject: [PATCH] virsh.py: add 'Location' Add 'Location' in output to serve tp-libvirt test checking. Signed-off-by: Yanqiu Zhang --- virttest/virsh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virttest/virsh.py b/virttest/virsh.py index 7eac2904bd..390dd53fb4 100644 --- a/virttest/virsh.py +++ b/virttest/virsh.py @@ -3381,6 +3381,7 @@ def snapshot_info(name, snapshot, **dargs): "Domain", "Current", "State", + "Location", "Parent", "Children", "Descendants",