summaryrefslogtreecommitdiff
path: root/virtManager/vmmenu.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-08-26 12:05:54 -0400
committerCole Robinson <crobinso@redhat.com>2020-08-26 16:01:30 -0400
commitb06d7c47f334a11d9d31a55c03f0083d06da09fb (patch)
tree97c3fff5dfe7fa7db651d8df2894a928898612c8 /virtManager/vmmenu.py
parent3425d514beac59497369202abac0dd34ae10198f (diff)
downloadvirt-manager-b06d7c47f334a11d9d31a55c03f0083d06da09fb.tar.gz
domain: Fake jobinfo support for the test driver
This let's us test more code, including behavior that's closer to standard QEMU driver behavior Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virtManager/vmmenu.py')
-rw-r--r--virtManager/vmmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/vmmenu.py b/virtManager/vmmenu.py
index 5883ce34..5d953fb9 100644
--- a/virtManager/vmmenu.py
+++ b/virtManager/vmmenu.py
@@ -181,7 +181,7 @@ class VMActionUI(object):
return
_cancel_cb = None
- if vm.getjobinfo_supported:
+ if vm.supports_domain_job_info():
_cancel_cb = (VMActionUI.save_cancel, vm)
def cb(asyncjob):